class Async::FiberPromise(*T, R)

Included Modules

Defined in:

promise/fiber_promise.cr

Constructors

Instance Method Summary

Instance methods inherited from module Async::AsyncLogger

verbose_level=(level : Logger::Severity) verbose_level=

Instance methods inherited from class Async::Promise

catch(callable) catch, finally(callable) finally, get get, state state, then(callable) then, to_s(io : IO) : Nil to_s, wait wait

Constructor methods inherited from class Async::Promise

new new

Constructor Detail

def self.new(callable : Proc(*T, R), *args) #

[View source]

Instance Method Detail

def catch(callable : T) forall T #

[View source]
def finally(callable) #

[View source]
def get #

[View source]
def state #

[View source]
def then(callable : T) forall T #

[View source]
def to_s(io : IO) : Nil #

[View source]
def wait #

[View source]