March 2019
Intermediate to advanced
336 pages
9h 9m
English
The StartPass method starts the passenger queue moving toward the ticket counter. The StartPass method on Queue sends messagePassStart to the message queue and queuePass receives the message. Passengers are moved into the queue as follows:
//StartPass ends the Pass Queuefunc (Queue *Queue) StartPass() { Queue.message <- messagePassStart <-Queue.queuePass}
Read now
Unlock full access