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.
Dex.StaticFutureis used internally by functions likeDex.Future.new_for_boolean() and similar.