8000 Release Allow calls to Instance.evaluate in action callback · steelbreeze/state · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
5654

Allow calls to Instance.evaluate in action callback

Compare
Choose a tag to compare
@mesmo mesmo released this 13 Nov 07:57
· 118 commits to master since this release

Calling Instance.evaluate in an action callback now adds the passed event to the deferred event queue for processing after the current run-to-completion step has completed.

Also passed the current state machine instance as a second parameter to the action callbacks.

0