module Crystal::EventLoop::Event
  
  Defined in:
crystal/system/event_loop.crInstance Method Summary
- 
        #add(timeout : Time::Span | Nil) : Nil
        
          
Adds a new timeout to this event.
 - 
        #free : Nil
        
          
Frees the event.
 
Instance Method Detail
Adds a new timeout to this event.