package scalation /** The coroutine package contains classes, traits and objects that * provide coroutines, non-preemptive quasi-concurrent units of execution. */ package object coroutine { }