Ejemplo n.º 1
0
int main(int argc, char* argv[])
{
    EventLoop elp;

    elp.runAt(3000,func);

    elp.Start();

    return 0;
}