mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
more changes to smartthreadpool
This commit is contained in:
2
ThirdParty/SmartThreadPool/WorkItemsGroup.cs
vendored
2
ThirdParty/SmartThreadPool/WorkItemsGroup.cs
vendored
@@ -335,7 +335,7 @@ namespace Amib.Threading.Internal
|
||||
{
|
||||
if (_workItemsInStpQueue < _concurrency)
|
||||
{
|
||||
WorkItem nextWorkItem = _workItemsQueue.Dequeue() as WorkItem;
|
||||
WorkItem nextWorkItem = _workItemsQueue.Dequeue();
|
||||
try
|
||||
{
|
||||
_stp.Enqueue(nextWorkItem);
|
||||
|
||||
Reference in New Issue
Block a user