Message328527
I didn't start working on the PR, so please go ahead if you're interested.
One small suggestion: If you're implementing this, please note that the proof-of-concept implementation shown in the description is not very efficient because each call to `wait` has to iterate over all the futures (which can be potentially large in number) to set up and tear down the done callbacks on each one. A more efficient implementation would set up the callbacks only once - see https://stackoverflow.com/a/51403277/1600898 for an example. |
|
Date |
User |
Action |
Args |
2018-10-26 08:57:34 | hniksic | set | recipients:
+ hniksic, asvetlov, yselivanov, mivade |
2018-10-26 08:57:34 | hniksic | set | messageid: <1540544254.05.0.788709270274.issue33533@psf.upfronthosting.co.za> |
2018-10-26 08:57:34 | hniksic | link | issue33533 messages |
2018-10-26 08:57:33 | hniksic | create | |
|