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
..
multi Implement wait, wait_for and wait_until transforms properly 2020-04-04 01:11:27 +02:00
single Align the cancel behaviour of result to the one used in the unhandled exception handler 2020-04-03 22:34:08 +02:00
CMakeLists.txt Implement wait, wait_for and wait_until transforms properly 2020-04-04 01:11:27 +02:00
test-continuable.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable.hpp Fix the test header includes 2020-04-03 19:47:42 +02:00