libuv namespace
Contents
- Reference
This namespace contains classes for using libaes70 with the libuv (https:/
Namespaces
Functions
-
template<typename Functor>void call_out(Functor&& fun, uint64_t timeout, uv_loop_t* loop = uv_default_loop())
Function documentation
template<typename Functor>
void libuv:: call_out(Functor&& fun,
uint64_t timeout,
uv_loop_t* loop = uv_default_loop())
Runs the given function in timeout milliseconds.