mirror of
https://github.com/Naios/continuable.git
synced 2026-06-18 09:55:59 +08:00
* wait is implemented by a atomic and default condition variable. * wait_for and wait_until are expensive since we can't assume anything about the environment thus we have to allocate a persistent frame. |
||
|---|---|---|
| .. | ||
| multi | ||
| single | ||
| CMakeLists.txt | ||
| test-continuable.cpp | ||
| test-continuable.hpp | ||