The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine See Coroutines for a general description of coroutines.
coroutine
coroutine.create (f)
coroutine.resume (co [, val1, ...])
coroutine.running ()
coroutine.status (co)
coroutine.wrap (f)
coroutine.yield (...)