How does it compare to POE / Coro / fork / threads?
- The Event module *seems* like it has an easier learning curve than POE
- Coro is nice, but it employs some dark magic - which *may* be fragile (Sam should speak up now)
- Obviously, sharing data is more difficult between seperate processes
- "Threads are like rocket fuel. They are essential when you really need them but most applications would be better off with a simple event loop"