const EpollCtlError: type = error{FileDescriptorAlreadyPresentInSet, OperationCausesCircularLoop, FileDescriptorNotRegistered, SystemResources, UserResourceLimitReached, FileDescriptorIncompatibleWithEpoll} || UnexpectedError;
[src]
const EpollCtlError: type = error{FileDescriptorAlreadyPresentInSet, OperationCausesCircularLoop, FileDescriptorNotRegistered, SystemResources, UserResourceLimitReached, FileDescriptorIncompatibleWithEpoll} || UnexpectedError;