Exemplo n.º 1
0
void Connection::poll()
{
    // reset must always be called prior to poll
    g_ioService.reset();
    g_ioService.poll();
}
Exemplo n.º 2
0
void Connection::poll()
{
    g_ioService.poll();
    g_ioService.reset();
}