Skip to content

OmniThreadLibrary 3.07.3

Compare
Choose a tag to compare
@gabr42 gabr42 released this 01 Aug 16:49
· 183 commits to master since this release
  • Bug fixes:

    • Nasty thread-unsafe condition fixed in DSiWin32's DSiTimeGetTime64, which is used all around OmniThreadLibrary to measure small time intervals.
  • New features:

    • SetTimer accepts TProc and TProc timer methods.
    • IOmniTask implements method InvokeOnSelf which can be used to schedule anonymous function execution from a task back to self.