Skip to content

Commit 4dcca08

Browse files
committed
Update doc
1 parent 6b5fed7 commit 4dcca08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ Based on original design published in C\C++ Users Journal (Dr. Dobb's) at: <a hr
4747

4848
## Related repositories
4949

50+
Related repositories containing alternative state machine implementations.
51+
5052
| Project | Description |
5153
| :--- | :--- |
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. |
5355
| [**State Machine Design in C**](https://github.com/endurodave/C_StateMachine) | A compact C language finite state machine (FSM) implementation. |
5456
| [**State Machine Design in C++ (Compact)**](https://github.com/endurodave/StateMachineCompact) | A compact C++ finite state machine (FSM) implementation. |
5557

0 commit comments

Comments
 (0)