Multithreading

AngelScript supports multithreading, though not yet on all platforms. You can determine if multithreading is supported on your platform by calling the asGetLibraryOptions function and checking the returned string for "AS_NO_THREADS" or "!AS_NO_THREADS".

Even if you don't want or can't use multithreading, you can still write applications that execute multiple scripts simultaneously.

Things to think about with a multithreaded environment


Generated on Sun Nov 2 13:14:42 2008 for AngelScript by  doxygen 1.5.6