stack property

Pointer<Pointer<Task>> stack
getter/setter pair

< stack of tasks

Implementation

external ffi.Pointer<ffi.Pointer<Task>> stack;