Coding style.

Using asyncio coroutines for workers instead of threads.
This commit is contained in:
Andrew Hamilton 2016-03-09 10:47:09 +00:00
parent b2e087a9db
commit 4fa5b524d4
8 changed files with 103 additions and 101 deletions

3
BUGS
View file

@ -9,6 +9,9 @@ Current
the timed out status when un-paused.
- sandbox_fs_test.py is failing when run by the vigil that was started in
my startup script, but passing otherwise.
- When shutting down "Exception ignored in:" noise appears. Four messages
for every worker running. This started with the move to asyncio for the
workers.
Current (tool related)