Skip to content

Releases: sideeffect-io/AsyncStateMachine

Arion

22 Aug 12:56
0.1.0
54cfca6
Compare
Choose a tag to compare

The release contains the initial set of features:

  • State machine DSL handling Guard statements and State sets
  • Runtime handling side effects, middlewares, tasks priorities and cancellation
  • Async state machine in a multi producers / multi consumers paradigm handling thread safe transitions in a concurrent context
  • ViewState helper to use an AsyncStateMachine in a UI context
  • Connecting several state machines with Channels
  • XCTest helpers to test a state machine in complete isolation
  • Sample applications

0.0.1

15 Aug 21:16
Compare
Choose a tag to compare

This release is the first fully functional AsyncStateMachineSequence