coroutine.close
Published onThe new coroutine.close
doesn’t cause the thread to be removed from the
scheduler, so it’s still sitting around in memory. Proper delay cancellation
remains unsolved.
The new coroutine.close
doesn’t cause the thread to be removed from the
scheduler, so it’s still sitting around in memory. Proper delay cancellation
remains unsolved.