Denis Blank 5f84de0e86 Handle the cancellation of continuables used in co_await expression correctly
* Throws a await_canceled_exception now which automatically gets
  converted to a default exception type again if it becomes unhandled in the handler.
* Ref #32
2020-04-09 15:34:11 +02:00
..
async Update the copyright year 2020-04-04 23:31:20 +02:00
multi Handle the cancellation of continuables used in co_await expression correctly 2020-04-09 15:34:11 +02:00
single Update the copyright year 2020-04-04 23:31:20 +02:00
CMakeLists.txt Replace the result<...> implementation by a lighter one 2020-04-04 22:26:09 +02:00
test-continuable.cpp Update the copyright year 2020-04-04 23:31:20 +02:00
test-continuable.hpp Update the copyright year 2020-04-04 23:31:20 +02:00