mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
smartthreadpool: remove workitems priority. Its lack of fairness could cause issues hard to debug if we tried to use it (we don't) (runprebuild)
This commit is contained in:
@@ -19,9 +19,4 @@ namespace Amib.Threading.Internal
|
||||
/// </summary>
|
||||
IWorkItemResult GetWorkItemResult();
|
||||
}
|
||||
|
||||
public interface IHasWorkItemPriority
|
||||
{
|
||||
WorkItemPriority WorkItemPriority { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user