galaxy
galaxy copied to clipboard
1.1 Code Review / Misc Additions
- [ ] C++20 Coroutines
- [ ] C++20 Ranges
- [ ] Doxygen Improvements / Error Checking
See https://github.com/RandyGaul/cute_headers/blob/master/cute_coroutine.h for ideas. Timer, StateMachine, Textbox, ThreadPool
doxygen improvements: \tparam
https://www.modernescpp.com/index.php/c-20-thread-pools-with-cppcoro
https://gist.github.com/kennykerr/13082fbb4b6502fd7fa9570a896db4f0
https://en.cppreference.com/w/cpp/language/coroutines
https://www.google.com/search?client=firefox-b-d&ei=ixZWXs_uBOjWz7sPoOiwyAc&q=recycle+threads+in+threadpool https://github.com/progschj/ThreadPool/blob/master/ThreadPool.h https://thispointer.com/designing-a-thread-pool-framework-part-1-whats-the-need-of-a-thread-pool/