Method: Async::Node#annotation

Defined in:
lib/async/node.rb

#annotationObject (readonly)

A useful identifier for the current node.



47
48
49
# File 'lib/async/node.rb', line 47

def annotation
  @annotation
end