SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EventBits

Enumerator
None 
Read 
Write 

Definition at line 32 of file Channel.h.

33 {
34 None = 0,
35 Read = EPOLLIN | EPOLLPRI,
36 Write = EPOLLOUT,
37 };