You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Standard Libraries > Coroutine Sub-Library

1.1.1 Coroutine Sub-Library

For further details, please follow this link to the “Coroutine Manipulation” section in the Lua 5.1 Reference Manual. The following functions are defined inside the coroutine table. Heavy use of coroutines might be difficult to debug inside the TI-Nspire™ Editor.

create

resume

running

status

wrap

yeild

1

2