You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert((which & m_context.trigger) == Trigger.read, "Waiting for write event not yet supported.");
The text was updated successfully, but these errors were encountered:
japplegame
changed the title
vibe.core.core.FileDescriptorEvent.wait() doesn't implement waiting for write events
vibe.core.core.FileDescriptorEvent.wait() Waiting for write event inot yet su
May 15, 2020
japplegame
changed the title
vibe.core.core.FileDescriptorEvent.wait() Waiting for write event inot yet su
vibe.core.core.FileDescriptorEvent.wait() doesn't implement waiting for write events
May 15, 2020
I started to sketch up a solution to this back in May, but couldn't continue to finish it so far. Maybe this can provide a starting point for someone else to pick this up: vibe-d/eventcore@534fa7d
Could someone please fix this?
vibe-core/source/vibe/core/core.d
Line 1180 in d1340f9
The text was updated successfully, but these errors were encountered: