Skip to content

Arion

Latest
Compare
Choose a tag to compare
@twittemb twittemb released this 22 Aug 12:56
· 2 commits to main since this release
0.1.0
54cfca6

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