galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

C++23

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

  • [ ] Coroutine Support
    • [ ] C# style async/await
  • [ ] support.
  • [ ] std::vector::contains

reworks-org avatar Feb 04 '22 10:02 reworks-org

Use of C++20 Ranges.

reworks-org avatar May 05 '22 07:05 reworks-org

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

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 Aug 20 '22 08:08 reworks-org