Announcing libasync, a cross-platform D event loop

Suliman via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 28 12:18:07 PDT 2015


> Try putting the timers outside the callbacks in the meantime. 
> I'll test it tomorrow when I'm at the office =)
Ok. Thanks. I did:
dirWatcher();
getThreadEventLoop().loop(10.seconds);
destroyAsyncThreads();
same result.



More information about the Digitalmars-d mailing list