Method: Async::Node#backtrace
- Defined in:
- lib/async/node.rb
#backtrace(*arguments) ⇒ Object
Provides a backtrace for nodes that have an active execution context.
175 176 177 |
# File 'lib/async/node.rb', line 175 def backtrace(*arguments) nil end |