| commit | aba1518f487b4b65861eb30f553c4edb72ad972e | [log] [tgz] |
|---|---|---|
| author | Gulsum Atici <gulsum.atici@canonical.com> | Mon May 15 11:55:13 2023 +0300 |
| committer | Gulsum Atici <gulsum.atici@canonical.com> | Mon May 15 12:05:33 2023 +0300 |
| tree | beb0e89714eff717952675ecb907bc15a8ed31ac | |
| parent | f17e5bb6b6da4432628dd65ce9ad633e6441f67c [diff] |
Fix VimAdminThread run method The run_coroutine_threadsafe() function is used to schedule a coroutine object from a different thread and returns a concurrent.futures.Future. run_coroutine_threadsafe is unnecessary to run the main task and replaced with asyncio.run(). Change-Id: I8ea31828a9798140d596165443bdf26659b4eef8 Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>