moteus / lua-llthreads2

`llthreads` library rewritten without `LuaNativeObjects` code generator
MIT License
76 stars 22 forks source link

Stopping a thread #5

Closed subnetmarco closed 8 years ago

subnetmarco commented 9 years ago

Is there any way to stop a running thread, like thread:stop()?

moteus commented 9 years ago

No. As I know it is possible do for pthreads on *nix. But there not safe way to do this on Windows.