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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ 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 state machine implementations in C and C++.
49
+
Related repositories containing alternative state machine implementations.
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
+
|[**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. |
54
54
|[**C Language State Machine with Threads**](https://github.com/endurodave/C_StateMachineWithThreads)| A C language state machine with OS threads. |
55
55
|[**State Machine Design in C++**](https://github.com/endurodave/StateMachine)| A C++ finite state machine (FSM) implementation. |
0 commit comments