lua-llthreads
lua-llthreads copied to clipboard
Add `alive` method to thread object.
On windows it could be done by WaitSingleObject and on pthread i think it could be done by pthread_kill
This is my implementation of llthread_join with zero timeout.