Class: Winloop::Scheduler::PollEntry
- Inherits:
-
Struct
- Object
- Struct
- Winloop::Scheduler::PollEntry
- Defined in:
- lib/winloop/scheduler.rb
Overview
The single outstanding AFD poll for one socket, shared by its io waiters.
Instance Attribute Summary collapse
-
#armed ⇒ Object
Returns the value of attribute armed.
-
#id ⇒ Object
Returns the value of attribute id.
-
#io ⇒ Object
Returns the value of attribute io.
-
#key ⇒ Object
Returns the value of attribute key.
-
#waiters ⇒ Object
Returns the value of attribute waiters.
Instance Attribute Details
#armed ⇒ Object
Returns the value of attribute armed
36 37 38 |
# File 'lib/winloop/scheduler.rb', line 36 def armed @armed end |
#id ⇒ Object
Returns the value of attribute id
36 37 38 |
# File 'lib/winloop/scheduler.rb', line 36 def id @id end |
#io ⇒ Object
Returns the value of attribute io
36 37 38 |
# File 'lib/winloop/scheduler.rb', line 36 def io @io end |
#key ⇒ Object
Returns the value of attribute key
36 37 38 |
# File 'lib/winloop/scheduler.rb', line 36 def key @key end |
#waiters ⇒ Object
Returns the value of attribute waiters
36 37 38 |
# File 'lib/winloop/scheduler.rb', line 36 def waiters @waiters end |