Announcing libasync, a cross-platform D event loop

Suliman via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 28 09:32:22 PDT 2015


> You can see an example in libasync.tests

thanks! I have got few questions
g_cbCheck = new shared bool[19];
what does it do?

AsyncDirectoryWatcher g_watcher = new 
AsyncDirectoryWatcher(getThreadEventLoop());
Am I right understand that it's run new eventloop inside 
AsyncDirectoryWatcher function?




More information about the Digitalmars-d mailing list