class Oxide::Execution::Lazy(T)
- Oxide::Execution::Lazy(T)
- Reference
- Object
Defined in:
oxide/execution/lazy.crConstructors
Instance Method Summary
- #fulfill(value : T)
- #fulfilled=(fulfilled : Bool)
- #fulfilled?
- #promise : Proc(Nil)
- #promise=(promise : Proc(Nil))
- #resolve
- #value : T | Nil
- #value=(value : T | Nil)