Event vs. process

In reply to Vaino:
It would help if you showed some code. Typically people use neither events nor the process.await method. Instead they use some combination of fork/join_any or fork/join_none with wait fork.