Slight wording change suggested by Steve Dower.
This commit is contained in:
parent
4f0c72e228
commit
8f1bf85241
|
@ -720,8 +720,8 @@ into a Task, callbacks can be added to the Task.
|
|||
You may ask, why not convert all coroutines to Tasks? The
|
||||
``@tulip.coroutine`` decorator could do this. This would slow things
|
||||
down considerably in the case where one coroutine calls another (and
|
||||
so on), as waiting for a "bare" coroutine has much less overhead than
|
||||
waiting for a Future.
|
||||
so on), as switching to a "bare" coroutine has much less overhead than
|
||||
switching to a Task.
|
||||
|
||||
The Scheduler
|
||||
-------------
|
||||
|
|
Loading…
Reference in New Issue