Files
pallectrum/electrum/gui/qt
SomberNight d94c934e47 qt main_window: _coroutines_scheduled needs locking
window.run_coroutine_from_thread starts a coroutine on the asyncio loop,
which, when finishing, pops from the dict.
The for loop in clean_up is running on the Qt thread.

fixes https://github.com/spesmilo/electrum/issues/7983
2022-09-26 20:10:44 +00:00
..
2022-08-16 15:27:13 +00:00
2022-04-28 15:26:20 +02:00