
- Pipes are similar like message queues
- A pipe can be opened or closed similar like a fopen() and fclose() of a C Program
- A Task can write through a scheduler to a pipe at the back pointer address (*pBACK)
- A Task can read through a scheduler to a pipe at the front pointer address (*pFRONT)
0 Comments