Closed subnetmarco closed 8 years ago
Is there any way to stop a running thread, like thread:stop()?
thread:stop()
No. As I know it is possible do for pthreads on *nix. But there not safe way to do this on Windows.
Is there any way to stop a running thread, like
thread:stop()
?