Add CyclicDeque and doc
[mono.git] / mcs / class / corlib / System.Threading.Tasks / ThreadWorker.cs
index e0f8a16d269fd5d84030bdd6792e5bcfa27bd622..286560e50d883e68599f63cb6ce7067c13cd844a 100644 (file)
@@ -40,7 +40,7 @@ namespace System.Threading.Tasks
                [ThreadStatic]
                static ThreadWorker autoReference;
                
-               readonly IDequeOperations<Task> dDeque;
+               readonly IConcurrentDeque<Task> dDeque;
                readonly ThreadWorker[]         others;
                readonly ManualResetEvent       waitHandle;
                readonly IProducerConsumerCollection<Task> sharedWorkQueue;