aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Test/Microthreads (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove MRM module (minimodule). Its outdated and we have no maintainers. ↵UbitUmarov2019-01-311-40/+0
| | | | Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
* 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; ... }