transforms namespace
The namespace transforms declares callable objects that transform any continuable_
Contents
- Reference
Transforms can be applied to continuables through using the cti::
Functions
-
auto futurize() -> auto
- Returns a transform that if applied to a continuable, it will start the continuation chain and returns the asynchronous result as
std::future<...>.
-
auto flatten() -> auto
- Returns a transform that if applied to a continuable, it will ignores all error which ocured until the point the transform was applied.
std::future<...>.