Dex.StaticFuture¶
- Subclasses:
None
Methods¶
- Inherited:
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Dex.StaticFuture¶
- Bases:
- Abstract:
No
DexStaticFuturerepresents a future that is resolved from the initial state.Use this when you need to create a future for API reasons but already have the value or rejection at that point.
DexStaticFutureis used internally by functions like [ctor`Dex`.Future.new_for_boolean] and similar.