Information about coroutine.close() needs to be added to the docs. It should mention how it can be useful.
Also does task.delay(100, co)
clean up the moment coroutine.close(co)
is called or does it still wait 100 seconds to find out co
is already closed?