Method: Async::Node#stopped?
- Defined in:
- lib/async/node.rb
permalink #stopped? ⇒ Boolean
Whether the node has been stopped.
296 297 298 |
# File 'lib/async/node.rb', line 296 def stopped? @children.nil? end |
Whether the node has been stopped.
296 297 298 |
# File 'lib/async/node.rb', line 296 def stopped? @children.nil? end |