diff options
Diffstat (limited to 'bitbake/lib/bb/asyncrpc/serv.py')
-rw-r--r-- | bitbake/lib/bb/asyncrpc/serv.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/asyncrpc/serv.py b/bitbake/lib/bb/asyncrpc/serv.py index 46d54fb511..667217c5c1 100644 --- a/bitbake/lib/bb/asyncrpc/serv.py +++ b/bitbake/lib/bb/asyncrpc/serv.py | |||
@@ -388,8 +388,7 @@ class AsyncServer(object): | |||
388 | 388 | ||
389 | self._serve_forever(tasks) | 389 | self._serve_forever(tasks) |
390 | 390 | ||
391 | if sys.version_info >= (3, 6): | 391 | self.loop.run_until_complete(self.loop.shutdown_asyncgens()) |
392 | self.loop.run_until_complete(self.loop.shutdown_asyncgens()) | ||
393 | self.loop.close() | 392 | self.loop.close() |
394 | 393 | ||
395 | queue = multiprocessing.Queue() | 394 | queue = multiprocessing.Queue() |