Skip to content

Commit 5025a19

Browse files
committed
Update doc
1 parent bcbecbe commit 5025a19

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
@@ -46,14 +46,13 @@ Based on original design published in C\C++ Users Journal (Dr. Dobb's) at: <a hr
4646

4747
## Related repositories
4848

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++.
5050

5151
| Project | Description |
5252
| :--- | :--- |
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. |
5354
| [**C Language State Machine with Threads**](https://github.com/endurodave/C_StateMachineWithThreads) | A C language state machine with OS threads. |
5455
| [**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. |
56-
5756

5857
# Getting Started
5958

0 commit comments

Comments
 (0)