Questions tagged [manualresetevent]

ManualResetEvent notifies one or more waiting threads that an event has occurred

ManualResetEvent notifies one or more waiting threads that an event has occurred

References

136 questions
-1
votes
1 answer

C# raise Event in Task.WhenAll()

I have a producer–consumer multiply task Class. I have a method: private async Task Consume(CancellationToken cancellationToken){..} There is a starting method: public void Run() { var workerCount =…
Gintaras
  • 15
  • 2
  • 10
1 2 3
9
10