aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Test/Microthreads (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties.Jeff Ames2009-04-271-40/+40
|
* * Implements Microthreading for MRM scripting.Adam Frisby2009-04-241-0/+40
* This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... }