class

Movie::Promise(T)

Inherits Reference < Object

Constructors

Instance methods

cancel
Source
failure(error : Exception) : Nil
Source
future
Source
success(value : T) : Nil
Source
try_cancel
Source
try_failure(error : Exception) : Bool
Source
try_success(value : T) : Bool
Source