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
+9-4
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Create a worker thread with an event loop, message queue and a timer using the C
19
19
-[Event Loop (Win32)](#event-loop-win32)
20
20
-[Timer](#timer)
21
21
-[Usage](#usage)
22
-
-[Star History](#star-history)
22
+
-[Related Repositories](#related-repositories)
23
23
-[Conclusion](#conclusion)
24
24
25
25
# Preface
@@ -314,11 +314,16 @@ int main(void)
314
314
return 0;
315
315
}</pre>
316
316
317
-
# Star History
317
+
# Related Repositories
318
318
319
-
Find this repository useful? Consider giving it a star!
319
+
Real-world projects using `WorkerThread`.
320
320
321
-
[](https://star-history.com/#endurodave/StdWorkerThread&Date)
321
+
* <ahref="https://github.com/endurodave/DelegateMQ">Asynchronous Delegates in C++</a> - Invoke any C++ callable function synchronously, asynchronously, or on a remote endpoint.
322
+
* <ahref="https://github.com/endurodave/StateMachineWithThreads">C++ State Machine with Threads</a> - A framework combining C++ state machines and multicast asynchronous callbacks.
323
+
* <ahref="https://github.com/endurodave/StateMachineWithModernDelegates">C++ State Machine with Asynchronous Delegates</a> - A framework combining C++ state machines and asynchronous delegate callbacks.
324
+
* <ahref="https://github.com/endurodave/AsyncStateMachine">Asynchronous State Machine Design in C++</a> - An asynchronous C++ state machine implemented using an asynchronous delegate library.
325
+
* <ahref="https://github.com/endurodave/IntegrationTestFramework">Integration Test Framework using Google Test and Delegates</a> - A multi-threaded C++ software integration test framework using Google Test and DelegateMQ libraries.
326
+
* <ahref="https://github.com/endurodave/Async-SQLite">Asynchronous SQLite API using C++ Delegates</a> - An asynchronous SQLite wrapper implemented using an asynchronous delegate library.
0 commit comments