asyncio event loop scheduling callbacks in eventlet. Implemented: * call_at() * call_later() * call_soon() * run_forever() * run_in_executor() * run_until_complete() * stop() * coroutines and tasks Not supported: * run an event loop in a thread different than the main thread * sockets: create_connection, create_server, sock_recv * pipes: connect_read_pipe * subprocesses: need pipes * signal handlers: add_signal_handler Todo: * Test with Python 2 and 3 * Test with Trollius and asyncio * Glue to ease debug: keep traceback between Handle, coroutine and greenthread