First page Back Continue Last page Graphics
Encapsulating Queues
Similarly mistakes dealing with queues can be reduced by encapsulation.
- queues typically have a protocol or format associated with.
- multiple message passing calls increase the probability of a communication mistake.
- encapsulating such calls into functions that take specific arguments reduces these errors.