From ea3349c281f428ea0aaa10022e616a0f9f5fcc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugenio=20Parodi=20=F0=9F=8C=B6=EF=B8=8F?= Date: Wed, 22 Jan 2025 18:10:48 +0000 Subject: [PATCH] fix --- TermTk/TTkCore/signal.py | 1 - 1 file changed, 1 deletion(-) 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()