Module gluon_vm::future [] [src]

Enums

FutureValue

FutureValue holds either an already computed value or a Future which can be resolved into that value. This makes it possible to avoid creating an event loop for computions which run synchronously.

Type Definitions

BoxFutureValue