As we conclude, here is a list of questions for you to test your knowledge regarding this chapter's material. You will find the answers in the Assessments section of the Appendix:
- What data types can be passed to queues?
- What happens to the task attempting to operate on the queue while it is waiting?
- Name one consideration that needs to be made when passing by reference to a queue?
- Task notifications can completely replace queues:
- True
- False
- Task notifications can send data of any type:
- True
- False
- What are the advantages of task notifications over queues?