Prematurely finishes a coroutine.
This forces a coroutine into the finished
state, running any pending
defer
forms.
If a paused
coroutine is garbage-collected without calling coro-finish!
, its defer
forms will never be executed.
Prematurely finishes a coroutine.
This forces a coroutine into the finished
state, running any pending
defer
forms.
If a paused
coroutine is garbage-collected without calling coro-finish!
, its defer
forms will never be executed.