LuaNET, the lua 5.1 api documentation!

Lua-Api

Coroutine

[LUA 5.1] coroutine.yield

function coroutine.yield ( ... )
Suspends the execution of the calling coroutine.
The coroutine cannot be running a C function, a metamethod, or an iterator.
Any arguments to yield are passed as extra results to resume.

Comments

© 2007 DracoBlue :: Valid XHTML, CSS, RSS Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | SourceNet © 2007, DracoBlue :: Page created in 0.226 seconds with 21 queries.