Method: IOReactor#pendingEvents
- Defined in:
- lib/mega/ioreactor.rb
#pendingEvents ⇒ Object (readonly)
The Hash of unhandled events which occurred in the last call to #poll, keyed by handle.
125 126 127 |
# File 'lib/mega/ioreactor.rb', line 125 def pendingEvents @pendingEvents end |