co_resume [function]
co_resume( coroutine[, args..] )
Starts or resumes the coroutine.
- if function is called for the first time, the attached callable is called within the coroutine, passing given arguments to the callable
- if function is suspended, arguments will be passed as return values from the yield call that suspended it