class Fiber
Superclass hierarchy
Object
Reference
Fiber
Defined in:
Constant Summary
STACK_SIZE
=
(
8
*
1024
)
*
1024
Class Method Summary
.current
.root
.stack_pool_collect
.new
(&proc : -> )
.new
Instance Method Summary
#resume
#run
Class Method Detail
def self.
current
def self.
root
def self.
stack_pool_collect
def self.
new
(&proc : -> )
def self.
new
Instance Method Detail
def
resume
def
run