Ticket #5698 enhancement new
Opened 12 months ago
Change longex2.py to be twisted.internet.task.Cooperator based
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | documentation |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
longex2.py has an ad-hoc implementation of using iterators as cooperative work functions. twisted.internet.task.Cooperator provides a re-usable, documented, tested implementation of this idea. This example should be rewritten to demonstrate how to use Cooperator.
Note: See
TracTickets for help on using
tickets.
