Denis Blank 957d3fa375 Align the cancel behaviour of result to the one used in the unhandled exception handler
* Introduce cancellation_result to represent a cancelled async task
* Add cancellation unit tests
* This doesn't allow cancellation of continuables, it is meant
  for treating the special state action canceled on the receiver side.
  Cancellation of a chain is still up to the user.
2020-04-03 22:34:08 +02:00
..
multi Align the cancel behaviour of result to the one used in the unhandled exception handler 2020-04-03 22:34:08 +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 Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01: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