From b4529d628d7bf4fc39640c7b17f3d23f9c93e17d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 31 Dec 2012 14:11:38 -0800 Subject: AsynchronousTask: _async_wait is thread-safe --- pym/_emerge/AsynchronousTask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/_emerge/AsynchronousTask.py b/pym/_emerge/AsynchronousTask.py index b540575d8..da58261db 100644 --- a/pym/_emerge/AsynchronousTask.py +++ b/pym/_emerge/AsynchronousTask.py @@ -66,7 +66,7 @@ class AsynchronousTask(SlotObject): convenient way to trigger an asynchronous call to self.wait() (in order to notify exit listeners), avoiding excessive event loop recursion (or stack overflow) that synchronous calling of - exit listeners can cause. + exit listeners can cause. This method is thread-safe. """ self.scheduler.idle_add(self._async_wait_cb) -- cgit v1.2.3-1-g7c22