mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +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-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-result.cpp | ||
| test-continuable-traverse-async.cpp | ||
| test-continuable-traverse.cpp | ||