Upgrade to latest eventcore.
This commit is contained in:
parent
2acc60934f
commit
5f980acefd
3 changed files with 6 additions and 6 deletions
|
@ -840,7 +840,7 @@ struct ManualEvent {
|
|||
if (w.m_driver is drv) lw = w;
|
||||
else {
|
||||
try {
|
||||
() @trusted { return cast(shared)w.m_driver; } ().events.trigger(w.m_event);
|
||||
() @trusted { return cast(shared)w.m_driver; } ().events.trigger(w.m_event, true);
|
||||
} catch (Exception e) assert(false, e.msg);
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue