class Promise::ResolvedPromise::ResolvedDefer(Input, Output)

Defined in:

promise/resolved_promise.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

__check_for_promise__ __check_for_promise__

Macros inherited from class Object

__check_if_promise__ __check_if_promise__

Constructor Detail

def self.new(input : Input, &block : Input -> Output) #

[View source]

Instance Method Detail

def execute! #

[View source]