We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 991e45f + bb417f7 commit 53e904cCopy full SHA for 53e904c
src/Moryx/Threading/ParallelOperationsQueue.cs
@@ -41,6 +41,11 @@ public class ParallelOperationsQueue<TElement>
41
/// </summary>
42
public ILogger ErrorLogger { get; }
43
44
+ /// <summary>
45
+ /// Provide the number of unprocessed elements in the queue
46
+ /// </summary>
47
+ public int PendingElements => _pendingElements;
48
+
49
/// <summary>
50
/// Create a new <see cref="Threading.ParallelOperations.EventDecoupler{TEventArgs}"/> to decouple a single listener from an event
51
0 commit comments