Fix the Windows events implementation in the Posix driver.
This commit is contained in:
parent
924f2087f2
commit
17c4fe65a8
2 changed files with 54 additions and 32 deletions
|
@ -13,6 +13,8 @@ import core.thread : Thread;
|
|||
bool s_done;
|
||||
shared EventDriverEvents ss_evts;
|
||||
|
||||
// TODO: adjust to detect premature loop exit if only an event wait is active (no timer)
|
||||
|
||||
void test(bool notify_all)
|
||||
{
|
||||
auto id = eventDriver.events.create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue