uvcc
libuv C++ bindings
Event loop

The I/O event loop. More...

Classes

class  uv::loop
 The I/O event loop class. More...
 

Functions

template<>
void std::swap (uv::loop &_this, uv::loop &_that) noexcept
 

Detailed Description

The I/O event loop.

See also
libuv API documentation: the I/O loop.