Skip to content

v0.3.0

Compare
Choose a tag to compare
@Finomnis Finomnis released this 21 Nov 10:12
· 236 commits to main since this release
b70f04c

Breaking changes

  • Rewrite the API to now use async lambdas or coroutines instead of async traits

Using coroutines/lambdas simplifies most use cases a lot without any reduction in capability.

More information about how to use subsystem structs as in the previous API can be seen in the examples.