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"
.
Designed by : w10schools
service@w10schools.com
Please login to continue.