aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/Test/Microthreads/MicrothreadSample.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-27Update svn properties.Jeff Ames1-40/+40
2009-04-24* Implements Microthreading for MRM scripting.Adam Frisby1-0/+40
* This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... }