module Fiber::Annotation
def initialize(annotation: nil, **options, &block)
Annotate the current fiber with the given annotation.
def initialize(annotation: nil, **options, &block) @annotation = annotation super(**options, &block) end
def initialize(annotation: nil, **options, &block) @annotation = annotation super(**options, &block) end