Hacker News new | ask | show | jobs
by steveklabnik 3263 days ago
I don't know now much about tornado's API, so I can't say for sure.

Right now, the async APIs are largely based on Futures. There's an experimental branch of the compiler that implements coroutines and therefore async/await on top of them though, so that syntax may or may not be coming in the future.