(coro-finish! co)
  co: a coro
  returns #n
F

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.

coro-run
load