|
Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
|
Helper functions for running a Runtime. More...
Go to the source code of this file.
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
Functions | |
| template<typename T, typename Allocator> | |
| T | condy::sync_wait (Runtime &runtime, Coro< T, Allocator > coro) |
| Synchronously wait for a coroutine to complete in the given runtime. | |
| RuntimeOptions & | condy::default_runtime_options () |
| Get the default runtime options. This options will be used when using sync_wait without specifying runtime. | |
| template<typename T, typename Allocator> | |
| T | condy::sync_wait (Coro< T, Allocator > coro) |
| Synchronously wait for a coroutine to complete using a default runtime. The runtime will be created and destroyed for each call. | |
Helper functions for running a Runtime.