Does reactor support any kind of compatibility with the standard async? In particular, there is the module `asynchttpserver`: how hard would it be to port it to reactor?
As a second question: what, if any, is the interaction between reactor event loop and threading? Would it be possible to build an actually multithreaded http server on top of reactor? (with different threads servicing different connections, each of them async)?
