2

CoffeeReadyCallback() {
DrinkCoffee();
}

DrinkCoffee() {
QALife();
}

QALife() {
Throw TableFlip
//wait for more coffee to be ready
}

Comments
Add Comment