Dex.Coroutine¶
- Subclasses:
None
Methods¶
- Inherited:
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Dex.Coroutine¶
- Bases:
- Abstract:
No
- Structure:
DexCoroutineis a [class`Dex`.Future] implemented as a stateful stackless coroutine cooperatively scheduled on a [class`Dex`.Scheduler].Each coroutine stores stackful suspension state and optionally accepts user data via
user_data.Use user data passed at spawn time for stateful data.