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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,11 @@ 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
+
Related repositories containing alternative state machine implementations.
51
+
50
52
| Project | Description |
51
53
| :--- | :--- |
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
+
|[**Active-Object State Machine in C++**](https://github.com/endurodave/active-fsm)| A compact active-object C++ finite state machine providing RAII-safe asynchronous dispatch and pub/sub signals. |
53
55
|[**State Machine Design in C**](https://github.com/endurodave/C_StateMachine)| A compact C language finite state machine (FSM) implementation. |
54
56
|[**State Machine Design in C++ (Compact)**](https://github.com/endurodave/StateMachineCompact)| A compact C++ finite state machine (FSM) implementation. |
0 commit comments