vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum FileDescriptorEvent.Trigger

Event mask selecting the kind of events to listen for.

enum Trigger : int { ... }

Enum members

NameDescription
any Match any kind of event
none Match no event (invalid value)
read React on read-ready events
write React on write-ready events
Authors

Sönke Ludwig

Copyright

© 2012-2020 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.