Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: looplab/fsm

Tags

v1.0.3

Toggle v1.0.3's commit message
feat(errors): implement error wrapping

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deadlock calling Event in after-event callback when current state == …

…dst (#104)

* Deadlock in afterEventCallbacks in case when src == dst fixed

* Test added

---------

Co-authored-by: Igor Kuzmin <[email protected]>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
race fixes (#94)

* race fixes

* race flag

* ci race flag

* update transition within state mutex, this prevents races at Can calls

---------

Co-authored-by: Emin Tasgetiren <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to delete from fsm metadata by key (#93)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: Use GitHub Actions (#66)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix typo (#58)

closes: #53

v0.1.0

Toggle v0.1.0's commit message
Switch to TravisCI