Fun with Wait and Pulse(nesteruk.org)
submitted by
dmitri(408) 3 years ago
Anyone who has used Microsoft Project for time tracking, terms like Finish-to-Shart and Start-to-Start. For example, in a Waterfall model, we say that Requirements have to ‘finish’ (i.e., we must have them) before Coding starts.
The same idea also appears in multithreading – having a process begin only when another has started or is finished. In an ideal world, such problems in C# would be resolved using a clear, sensible API. Unfortunately, even waiting on several processes to complete is not easy.
|category: C#
|Views: 11
tags:
C# another
Everyones tags:
Your Tags: