Module Coroutines (v1)

Purpose

  • Define and implement coroutines, as basis for kernel threads
  • Initialisation (allocate code, prepare stack)
  • Transfer between coroutines

See Also

Repository