SimThreads v2.0.1 Beta
Pre-release
Pre-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)