Feature Request
Is access to module-global variables synchronized by AS? If not, it's probably a good idea to take this responsibility away from the script writer.
AngelScript guarantees that at any time when the context may be suspended, no unprotected pointers are on the stack, so yes access to variables are synchronized.
However, if you execute multiple scripts from multiple OS threads then this is not true.
However, if you execute multiple scripts from multiple OS threads then this is not true.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement