coroutine.create (f)
Creates a new coroutine, with body f
. f
must be a function. Returns this new coroutine, an object with type "thread"
.
coroutine.create (f)
Creates a new coroutine, with body f
. f
must be a function. Returns this new coroutine, an object with type "thread"
.
Please login to continue.