Fiber::Annotation SourceFiber

class Fiber

Nested

Definitions

def Fiber.annotate(...)

Annotate the current fiber with the given annotation.

Implementation

def Fiber.annotate(...)
	Fiber.current.annotate(...)
end