galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

1.1 Code Review / Misc Additions

Open reworks-org opened this issue 4 years ago • 3 comments

  • [ ] C++20 Coroutines
  • [ ] C++20 Ranges
  • [ ] Doxygen Improvements / Error Checking

reworks-org avatar Jan 02 '21 10:01 reworks-org

See https://github.com/RandyGaul/cute_headers/blob/master/cute_coroutine.h for ideas. Timer, StateMachine, Textbox, ThreadPool

reworks-org avatar Jun 06 '21 08:06 reworks-org

doxygen improvements: \tparam

reworks-org avatar Jun 13 '21 05:06 reworks-org

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/

reworks-org avatar Oct 02 '21 15:10 reworks-org