class
Movie::Promise(T)
- Movie::Promise(T)
- Reference
- Object
Defined in:
movie/future.crConstructors
Instance Method Summary
- #cancel : Nil
- #failure(error : Exception) : Nil
- #future : Future(T)
- #success(value : T) : Nil
- #try_cancel : Bool
- #try_failure(error : Exception) : Bool
- #try_success(value : T) : Bool