I want to know if i use a semaphore to block a task,can this semaphore also be used to implicitly post an event?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to know if i use a semaphore to block a task,can this semaphore also be used to implicitly post an event?
Check the User's Guide. There's a good description of Semaphore and Event there. Section 4.2. And 4.2.1.
There's also an Event example in the product. If that doesn't help, please post a bit more specific questions here.
-Karl-