Skip to content

SimThreads v2.0.0 Alpha

Latest
Compare
Choose a tag to compare
@tabularelf tabularelf released this 03 Jul 11:30
· 19 commits to dev since this release

New

  • Added in a new system for responding to callbacks.

Changed

  • .Push() and .PushNext() No longer push multiple entries within a single call.
  • .Push(), .Insert(), .PushNext() and .Loop() all return an instance of __SimResponseClass, which allow you to apply .While(), .Until(), .Catch(exception) and .Finally().
  • Removed a few unused macros