Commit aba1518f authored by aticig's avatar aticig
Browse files

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: aticig's avatarGulsum Atici <gulsum.atici@canonical.com>
parent f17e5bb6
Pipeline #10751 passed with stage
in 3 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment