module Crystal::EventLoop::Event

Defined in:

crystal/system/event_loop.cr

Instance Method Summary

Instance Method Detail

abstract def add(timeout : Time::Span | Nil) : Nil #

Adds a new timeout to this event.


[View source]
abstract def free : Nil #

Frees the event.


[View source]