Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Movie::Promise(T)
Inherits
Reference
<
Object
Constructors
new
Source
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