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