diff --git a/TermTk/TTkCore/signal.py b/TermTk/TTkCore/signal.py index d011711e..dacfaa66 100644 --- a/TermTk/TTkCore/signal.py +++ b/TermTk/TTkCore/signal.py @@ -150,7 +150,6 @@ class pyTTkSignal(): for slot,sl in self._connected_async_slots.copy().items(): asyncio.run_coroutine_threadsafe(slot(*args[sl], **kwargs), _loop) # should I call the future results? - self.future.result() self._mutex.release()