mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
* Makes it possible to specify an executor in addition to the arguments passed to async. * The reason why async should not support this directly is that it should be closely modelled to std::async. |
||
|---|---|---|
| .. | ||
| test-continuable-await.cpp | ||
| test-continuable-base-chaining.cpp | ||
| test-continuable-base-destruct.cpp | ||
| test-continuable-base-errors.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-regression.cpp | ||
| test-continuable-transforms.cpp | ||