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