Commit Graph

4 Commits

Author SHA1 Message Date
Adam Stokes 0b7f217339 Switch to Tornado's event loop
This provides us with several additional features the builtin
select() loop does not, such as:

- Chainable async actions via coroutines
- asyncio bridge

This will keep the code simpler and read more like a synchronous
application.

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-08-23 18:48:52 -04:00
Diogo Matsubara 714a2d6d4f trivial fixes: devel dependencies, use git@github url instead of http to avoid password. 2015-07-23 13:23:00 -03:00
Adam Stokes 065863d451 Add AsyncioEventLoop shim for urwid versions shipped with Ubuntu
The virtualenv was proving more complicated to use during the
image building process. Broke off our own shim until Debian/Ubuntu
get newer urwid packages.

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-30 16:08:42 -04:00
Adam Stokes 5adeaeb56b Use virtualenv to make use of urwid 1.3.0 and the asyncio library
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-30 13:02:39 -04:00