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
..
test-continuable-connection-noinst.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-erasure.cpp Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
test-continuable-flat-variant.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-forward-decl.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-promise.cpp Make promise_base default constructible 2019-03-08 18:13:40 +01:00
test-continuable-promisify.cpp Align the cancel behaviour of result to the one used in the unhandled exception handler 2020-04-03 22:34:08 +02:00
test-continuable-ready.cpp Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
test-continuable-result.cpp Fix the asio example 2019-09-02 01:03:28 +02:00
test-continuable-traverse-async.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-traverse.cpp Reflow the license text 2019-01-04 13:39:46 +01:00