Summary
Returns the running coroutine
Prototype
thread = coroutine.running ()
Description
Returns the running coroutine, or no value when called by the main thread.
See Also ...
Lua functions
coroutine.create - Creates a new coroutine thread
coroutine.resume - Start or resume a thread
coroutine.status - Returns the status of a thread
coroutine.wrap - Creates a thread and returns a function to resume it
coroutine.yield - Yields execution of thread back to the caller
Topics
Lua base functions
Lua bc (big number) functions
Lua bit manipulation functions
Lua coroutine functions
Lua debug functions
Lua io functions
Lua math functions
Lua os functions
Lua package functions
Lua PCRE regular expression functions
Lua script extensions
Lua string functions
Lua syntax
Lua table functions
Lua utilities
Scripting
Scripting callbacks - plugins
(Help topic: lua=coroutine.running)