Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
MiniFuture::TimeoutException