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-await.cpp | ||
| test-continuable-base-chaining.cpp | ||
| test-continuable-base-destruct.cpp | ||
| test-continuable-base-errors.cpp | ||
| test-continuable-base-executors.cpp | ||
| test-continuable-base-multipath.cpp | ||
| test-continuable-base-partial.cpp | ||
| test-continuable-connection-all-seq-ag-1.cpp | ||
| test-continuable-connection-all-seq-ag-2.cpp | ||
| test-continuable-connection-all-seq-op.cpp | ||
| test-continuable-connection-all.cpp | ||
| test-continuable-connection-any.cpp | ||
| test-continuable-connection-seq.cpp | ||
| test-continuable-erasure.cpp | ||
| test-continuable-operations-async.cpp | ||
| test-continuable-operations-loop.cpp | ||
| test-continuable-operations-split.cpp | ||
| test-continuable-regression.cpp | ||
| test-continuable-transforms.cpp | ||