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
@@ -46,14 +46,13 @@ Based on original design published in C\C++ Users Journal (Dr. Dobb's) at: <a hr
46
46
47
47
## Related repositories
48
48
49
-
The following table provides a list of related projects, including various state machine implementations in C and C++.
49
+
The following table provides a list of related state machine implementations in C and C++.
50
50
51
51
| Project | Description |
52
52
| :--- | :--- |
53
+
|[**Async FSM**](https://github.com/endurodave/async-fsm)| A compact async C++ finite state machine providing RAII-safe asynchronous dispatch and pub/sub signals. |
53
54
|[**C Language State Machine with Threads**](https://github.com/endurodave/C_StateMachineWithThreads)| A C language state machine with OS threads. |
54
55
|[**State Machine Design in C++**](https://github.com/endurodave/StateMachine)| A C++ finite state machine (FSM) implementation. |
55
-
|[**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