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

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -