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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,7 @@ The following repositories offer various implementations of finite state machine
53
53
| :--- | :--- |
54
54
|[**State Machine Design in C**](https://github.com/endurodave/C_StateMachine)| A compact C language finite state machine (FSM) implementation. |
55
55
|[**State Machine Design in C++ (Compact)**](https://github.com/endurodave/StateMachineCompact)| A compact C++ finite state machine (FSM) implementation. |
56
-
|[**C++ State Machine with Threads**](https://github.com/endurodave/StateMachineWithThreads)| A C++ state machine integrated with an asynchronous callback library. |
57
-
|[**C++ State Machine with Signals**](https://github.com/endurodave/cpp-signal-slot-fsm)| A thread-safe C++ state machine demonstrating **Signal-Slot communication** and RAII-managed asynchronous event marshaling via DelegateMQ. |
58
-
|[**Asynchronous State Machine in C++**](https://github.com/endurodave/AsyncStateMachine)| A **native asynchronous state machine** implemented as an active object, where every transition is dispatched and executed within its own thread of control. |
56
+
|[**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