Release Notes for 505

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?

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.