mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
* Can be used to specialize the asynchronous control flow
on immediate available asynchronous results mostly returned by:
- make_ready_continuable
- make_exceptional_continuable
* Usable to avoid longer unnecessary synchronous callback nestings.
* cti::query_arg_t was renamed into cti::unpack_arg_t.
* The continuation overload nowreturns result<Args...> rather
than std::tuple<Args...>.
* Add is_ready optimizations to make_exceptional_continuable.
|
||
|---|---|---|
| .. | ||
| 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 | ||