Message413475
I am also uncomfortable using the cancel message to deliver the token/nonce/whatever.
If TaskGroup.cancel() is implemented, would it also deliver a cancellation in the parent task like trio and AnyIO do? It should IMHO, because otherwise if the task group is cancelled, it could still get stuck waiting on whatever the parent task happens to be waiting on, if it's not at TaskGroup.__aexit__() yet. |
|
| Date |
User |
Action |
Args |
| 2022-02-18 10:57:37 | alex.gronholm | set | recipients:
+ alex.gronholm, gvanrossum, njs, jab, asvetlov, chris.jerdonek, yselivanov, tinchester, iritkatriel, ajoino |
| 2022-02-18 10:57:37 | alex.gronholm | set | messageid: <[email protected]> |
| 2022-02-18 10:57:37 | alex.gronholm | link | issue46771 messages |
| 2022-02-18 10:57:37 | alex.gronholm | create | |
|