Introduction - If you have any usage issues, please Google them yourself
A Waiter relays an order Object to a Producer, waits in an independent thread during the production, and then delivers the result using a Consumer callback method.
Packet : 971578waiter.rar filelist
waiter\Consumer.java
waiter\Producer.java
waiter\Waiter.java
waiter