Class
DexCoroutine
Description [src]
final class Dex.Coroutine : GObject.TypeInstance
{
/* No available fields */
}
DexCoroutine is a DexFuture implemented as a stateful stackless
coroutine cooperatively scheduled on a DexScheduler.
Each coroutine stores stackful suspension state and optionally accepts user
data via user_data.
Use user data passed at spawn time for stateful data.