korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
193 stars 28 forks source link

Add support for async #63

Closed maximeborges closed 1 year ago

maximeborges commented 1 year ago

This PR allows to use async guards and actions for an easier integration with existing async code. See example in examples/async.rs for usage.