coroutine.resume |
---|
Summary Start or resume a thread Prototype
Description Start or resume a thread created by coroutine.create. Any values supplied after the thread are returned as results from the coroutine.yield inside the thread. If this is the first call for this thread, the values are supplied to the function itself.
See Also ... Lua functions
coroutine.create - Creates a new coroutine thread
Topics
Lua base functions
(Help topic: lua=coroutine.resume) |
Enter a search string to find matching documentation.
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.