Class: Fiber

Inherits:
Object
  • Object
show all
Includes:
Annotation
Defined in:
lib/fiber/annotation/version.rb,
lib/fiber/annotation.rb

Overview

Released under the MIT License. Copyright, 2023, by Samuel Williams.

Defined Under Namespace

Modules: Annotation

Constant Summary

Constants included from Annotation

Annotation::VERSION

Instance Attribute Summary

Attributes included from Annotation

#annotation

Class Method Summary collapse

Methods included from Annotation

#annotate, #initialize

Class Method Details

.annotateObject

Annotate the current fiber with the given annotation.



55
56
57
# File 'lib/fiber/annotation.rb', line 55

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