class Async::List::Node

def to_s

@returns [String] A string representation of the node.
def to_s
	sprintf("#<%s:0x%x>", self.class.name, object_id)
end