Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.23 KB

README.rst

File metadata and controls

30 lines (23 loc) · 1.23 KB

transitions-anyio

Version PyPI GitHub Commits License

An extension for the transitions state machine library which runs asynchronous state machines using anyio.

This library provides the AnyIOMachine, AnyIOGraphMachine, HierarchicalAnyIOMachine and the HierarchicalAnyIOGraphMachine variants. They function exactly like their respective Async* variants. Please refer to transitions' documentation for usage examples.