Message310730
| Author | dancollins34 |
|---|---|
| Recipients | dancollins34 |
| Date | 2018-01-26.04:04:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1516939465.12.0.467229070634.issue32672@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
To my knowledge, python currently has no capability to chain future execution, requiring another future to begin executing with the result from the first. I have submitted a pr to enable this functionality with a .then(self, fn) method on the concurrent.futures.Future object. -dancollins34 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-26 04:04:25 | dancollins34 | set | recipients: + dancollins34 |
| 2018-01-26 04:04:25 | dancollins34 | set | messageid: <1516939465.12.0.467229070634.issue32672@psf.upfronthosting.co.za> |
| 2018-01-26 04:04:24 | dancollins34 | link | issue32672 messages |
| 2018-01-26 04:04:24 | dancollins34 | create | |