Skip to content

Commit 128a1ac

Browse files
committed
Update readme
1 parent 39c2985 commit 128a1ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Create a worker thread with an event loop, message queue and a timer using the C
1313
- [Event Loop (Win32)](#event-loop-win32)
1414
- [Timer](#timer)
1515
- [Usage](#usage)
16+
- [Star History](#star-history)
1617
- [Conclusion](#conclusion)
1718

1819

@@ -308,6 +309,12 @@ int main(void)
308309
    return 0;
309310
}</pre>
310311

312+
# Star History
313+
314+
Find this repository useful? Consider giving it a star!
315+
316+
[![Star History Chart](https://api.star-history.com/svg?repos=endurodave/StdWorkerThread&type=Date)](https://star-history.com/#endurodave/StdWorkerThread&Date)
317+
311318
# Conclusion
312319

313320
<p>The C++ thread support library offers a platform independent way to write multi-threaded application code without reliance upon OS-specific API&rsquo;s. The <code>WorkerThread </code>class presented here is a bare-bones implementation of an event loop, yet all the basics are there ready to be expanded upon.</p>

0 commit comments

Comments
 (0)