class Async::Node

def backtrace(*arguments)

@returns [Array(Thread::Backtrace::Locations) | Nil] The backtrace of the node, if available.

Provides a backtrace for nodes that have an active execution context.
def backtrace(*arguments)
	nil
end