Pages
- Changelog A description of the changes made to continuable.
- Configuration Covers optional preprocessor macros that change the libraries behaviour.
- Installation An explanation on how to install continuable on various platforms.
-
Tutorial An introduction for using the continuable library.
- Creating continuables Explains how to create a continuable_
base . - Chaining continuables Explains how to chain multiple continuable_
base objects together. - Connecting continuables Explains how to connect various continuable_
base objects together. - Transforming continuables Explains the conversion into other types such as
std::future
. - Awaiting continuables Explains how to use the continuable_
base together withco_await
. - Promisify functions Explains how to promisify callback taking functions into a continuable_
base .
- Creating continuables Explains how to create a continuable_
- Deprecated List