SIGN IN SIGN UP

Refactoring of the event loop:

- Use coroutines whenever possible.
- Don't pass the loop around everywhere. Use get_event_loop (just like asyncio).
- A couple of bug fixes.
- Fixed run_system_command.
J
Jonathan Slenders committed
065c3c63f48c5a68f9f9c4881f2fb9710b662354
Parent: bc10816