mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
* This is achieved through two new keywords "microthreaded" and "relax". example:
public microthreaded void MyFunc(...) {
...
relax;
...
}
277 B
277 B