mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
* This makes it possible to use promise_base for optional promises directly rather than wrapping it as optional<promise_base<...>>. * Invalidate the promise_base after its first usage. * Expose an `operator bool()` to make the validility accessible. * Remove the no longer needed private promise_no_init_arg_t tag. |
||
|---|---|---|
| .. | ||
| 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 | ||