class

MiniFuture(T)

Inherits Reference / Object

Lightweight Future structure.

Constructors

new(immediate = true, &block : -> T)
Source

Instance methods

await(timeout : Time::Span | Nil = nil)
Source
error?
Source
finished?
Source
running?
Source

Nested types