Skip to content

Commit 6b5fed7

Browse files
committed
Update doc
1 parent e1e21ee commit 6b5fed7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

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

4848
## Related repositories
4949

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-
5250
| Project | Description |
5351
| :--- | :--- |
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. |
5453
| [**State Machine Design in C**](https://github.com/endurodave/C_StateMachine) | A compact C language finite state machine (FSM) implementation. |
5554
| [**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. |
55+
5756

5857
# Getting Started
5958

0 commit comments

Comments
 (0)