Exemplo n.º 1
0
Arquivo: WorkQ.hpp Projeto: urykhy/rpc
 void reset() {
     io_service.reset();
 }
Exemplo n.º 2
0
void Connection::poll()
{
    // reset must always be called prior to poll
    g_ioService.reset();
    g_ioService.poll();
}
Exemplo n.º 3
0
void Connection::poll()
{
    g_ioService.poll();
    g_ioService.reset();
}