CLOCK = 0
FD_READ = 1
FD_WRITE = 2
pub const eventtype_t = enum(u8) { CLOCK = 0, FD_READ = 1, FD_WRITE = 2, }
Press escape to exit search and then '?' to see more options.