Workflow
1.
Infinite while loop while waiting for callbacks.
while
(
true
) {
/* Infinite while loop */
}
Parent topic:
Implementation