Added ability to use SmartThreadPool
This commit is contained in:
@@ -108,6 +108,9 @@ namespace OpenMetaverse
|
||||
/// </summary>
|
||||
public GridClient()
|
||||
{
|
||||
// Initialise ThreadPool
|
||||
WorkPool.Init(true);
|
||||
|
||||
// These are order-dependant
|
||||
Network = new NetworkManager(this);
|
||||
Settings = new Settings(this);
|
||||
|
||||
Reference in New Issue
Block a user