Q. Asynchronous communications (Solved)
1. It involves data sharing between more than two tasks, which are often specified as being members in a common group, or collective.
2. It involves two tasks with one task acting as the sender/producer of data, and the other acting as the receiver/consumer.
3. It allows tasks to transfer data independently from one another.
4. None of these
- c. It allows tasks to transfer data independently from one another.