You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,12 @@ Based on original design published in C\C++ Users Journal (Dr. Dobb's) at: <a hr
47
47
48
48
## Related repositories
49
49
50
-
The following repositories offer various implementations of finite state machines, ranging from compact single-threaded versions to advanced asynchronous frameworks utilizing the Signal-Slot pattern.
51
-
52
50
| Project | Description |
53
51
| :--- | :--- |
52
+
|[**Async FSM**](https://github.com/endurodave/async-fsm)| A compact async C++ finite state machine providing RAII-safe asynchronous dispatch and pub/sub signals. |
54
53
|[**State Machine Design in C**](https://github.com/endurodave/C_StateMachine)| A compact C language finite state machine (FSM) implementation. |
55
54
|[**State Machine Design in C++ (Compact)**](https://github.com/endurodave/StateMachineCompact)| A compact C++ finite state machine (FSM) implementation. |
56
-
|[**Delegate FSM**](https://github.com/endurodave/delegate-fsm)| A modern C++ state machine using delegates for state registration and async active-object dispatch. |
0 commit comments