Exemplo n.º 1
0
void Waitable::wait(int timeout)
{
    SocketSet set;
    set.add(this);
    set.wait(timeout);
}