mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
* 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. |
||
|---|---|---|
| .. | ||
| test-continuable-connection-noinst.cpp | ||
| test-continuable-erasure.cpp | ||
| test-continuable-flat-variant.cpp | ||
| test-continuable-forward-decl.cpp | ||
| test-continuable-promise.cpp | ||
| test-continuable-promisify.cpp | ||
| test-continuable-ready.cpp | ||
| test-continuable-result.cpp | ||
| test-continuable-traverse-async.cpp | ||
| test-continuable-traverse.cpp | ||