projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46fca76
)
AsynchronousTask: _async_wait is thread-safe
author
Zac Medico
<zmedico@gentoo.org>
Mon, 31 Dec 2012 22:11:38 +0000
(14:11 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 31 Dec 2012 22:11:38 +0000
(14:11 -0800)
pym/_emerge/AsynchronousTask.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/AsynchronousTask.py
b/pym/_emerge/AsynchronousTask.py
index b540575d8e25b614d1760b4028e8f9fc4967b89f..da58261dbe0917dbadf748849144fb5d55298967 100644
(file)
--- 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)