Denis Blank ab9669fa2a Implement wait, wait_for and wait_until transforms properly
* 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.
2020-04-04 01:11:27 +02:00
..
CMakeLists.txt Rename cti::asio_token to cti::use_continuable 2020-04-03 17:25:52 +02:00
test-playground.cpp Implement wait, wait_for and wait_until transforms properly 2020-04-04 01:11:27 +02:00