Crystal::EventLoop::Polling::PollDescriptor
Information related to the evloop for a fd, such as the read and write queues
(waiting Event), as well as which evloop instance currently owns the fd.
Thread-unsafe: parallel mutations must be protected with a lock.
Constructors
new
SourceInstance methods
initialize
Source