Sha256: adefc01ad920a190a1ed8c57edeaa6174ca3f94e8ac20f2644e04f1696aacf8d
Contents?: true
Size: 297 Bytes
Versions: 5
Compression:
Stored size: 297 Bytes
Contents
class Fiber { """ Fiber class. Fibers are cooperatively scheduled coroutines supported by the Rubinius VM. Control flow between multiple Fibers is always explicitly handled. There is no preemptive scheduler. """ def Fiber name { "Fiber" } def Fiber inspect { name } }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.10.0 | lib/fiber.fy |
fancy-0.9.0 | lib/fiber.fy |
fancy-0.8.0 | lib/fiber.fy |
fancy-0.7.0 | lib/fiber.fy |
fancy-0.6.0 | lib/fiber.fy |