class Async::FiberPromise(*T, R)
- Async::FiberPromise(*T, R)
- Async::Promise
- Reference
- Object
Included Modules
Defined in:
promise/fiber_promise.crConstructors
Instance Method Summary
- #catch(callable : T) forall T
- #finally(callable)
- #get
- #state
- #then(callable : T) forall T
- #to_s(io : IO) : Nil
- #wait