diff options
Diffstat (limited to 'Demo/threads')
-rw-r--r-- | Demo/threads/fcmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/fcmp.py b/Demo/threads/fcmp.py index 37a2087..83ebe01 100644 --- a/Demo/threads/fcmp.py +++ b/Demo/threads/fcmp.py @@ -9,7 +9,7 @@ def fringe( co, list ): if type(x) is type([]): fringe(co, x) else: - co.detach(x) + co.back(x) def printinorder( list ): co = Coroutine() |