[0.9.3] - 2024-12-24
Thanks to @azoyan for contributions 🎉
Library
- Made
MainEngine
Send
andSync
- Changed internal
Rc
s toArc
s in the automaton labels. - Added a
static_assert
to make sureMainEngine
isSend+Sync
forever.
- Changed internal
- Added a
Debug
impl forMainEngine
.