goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

What to do about `trio.Process.aclose()`? #356

Closed goodboy closed 1 year ago

goodboy commented 1 year ago

It's been deprecated since 0.20.0 and we need to implement hard kill semantics ourselves now instead of relying on the prior trio.Process.aclose() wrapping; see #330!


Progress