multithreading - Does lua command line support threads? -


is there way create threads in default lua command line utility?

no, "stock" build of lua doesn't have support threads @ all. can use operating system forks spawn more scripts, or stick coroutines.


Comments