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

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -