mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere
= OpenSim.Region.OptionalModules =
The modules in this part of the OpenSim source tree are candidates for
forge. For the time being, until we have reached consensus on
(a) what should be core or optional
(b) that we have reached a stable API
(c) how to maintain optional modules
we will keep these modules in-tree.