Fiber

class Fiber

Defined in:

fiber.cr

Constant Summary

STACK_SIZE = (8 * 1024) * 1024

Class Method Summary

Instance Method Summary

Class Method Detail

def self.current : selfSource

def self.new(name : String? = nil, &proc : -> )Source

def self.newSource

def self.root : selfSource

def self.sleep(time)Source

def self.stack_pool_collectSource

def self.yieldSource

Instance Method Detail

def inspect(io)Source

def name : String?Source

def name=(name : String?)Source

def resume : NilSource

def runSource

def sleep(time)Source

def to_s(io)Source

def yieldSource

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/Fiber.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部