DmitryOlshansky / photon

Photon - an experimental transparent Fiber scheduler and event-loop for DLang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast event primitive for Windows

DmitryOlshansky opened this issue · comments

Should be trivial atomic ops on integer for fast path.
Yet we need to "upgrade" to proper OS object when things get ugly

May also want to look for futex equivalent on Windows, there is one but horribly named.