06-12-2012, 05:19 AM
(06-12-2012, 05:10 AM)xoft Wrote: A while ago I was pondering about plugin-created threads - so that plugins can queue tasks for later execution etc. But it's quite difficult with the current Lua integration (i. e. I have no idea on how to do that )
Two threads may not execute code of the same plugin at the same time, unless both threads have their own lua stack ( state ), which essentially makes it another plugin...