Fiber.current() รข fiber
Class Public methods
Returns the current fiber. You need to require 'fiber'
before using this method. If you are not running in the context of a fiber
this method will return the root fiber.
Returns the current fiber. You need to require 'fiber'
before using this method. If you are not running in the context of a fiber
this method will return the root fiber.
Please login to continue.