|
xrpld
|
Namespaces | |
| namespace | impl |
Functions | |
| template<typename Ctx, typename F> | |
| void | spawn (Ctx &&ctx, F &&func) |
| Spawns a coroutine using boost::asio::spawn. | |
| void xrpl::util::spawn | ( | Ctx && | ctx, |
| F && | func ) |
Spawns a coroutine using boost::asio::spawn.
| Ctx | The type of the context/strand |
| F | The type of the function to execute |
| ctx | The execution context |
| func | The function to execute. Must return void |