OpenSimMirror/OpenSim/Addons/Groups/Hypergrid
Justin Clark-Casey (justincc) 86367d7219 refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class.
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
2014-11-25 23:56:32 +00:00
..
GroupsServiceHGConnector.cs refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 2013-11-15 21:45:08 +00:00
GroupsServiceHGConnectorModule.cs refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 2014-11-25 23:56:32 +00:00
HGGroupsServiceRobustConnector.cs If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does not have sufficient permission, return null failure result rather than true. 2014-07-31 21:32:20 +01:00