Skip to content

SimThreads v2.0.1 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@tabularelf tabularelf released this 26 Jul 22:04
· 1 commit 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

Additions from v2.0.0

  • Feather JSDoc, thanks @tinkerer-red (SimTicks still needs evaluation)

Changes from v2.0.0

  • Catch and Finally Callbacks can now be stacked. (Allowing multiple .Finally/.Catch statements to be passed and executed)

Fixes from v2.0.0

  • Resolved issue with .SetMaxExecutions() and __Update having a disagreement (_pos being set to -1)