gc-ss

Results 75 comments of gc-ss

> Asynchronous yield fixture is much better (and allow user to implement it own nursery fixture if he really want to shoot hemself in the foot :trollface: ) I think...

So this `simple_nursery` would work by essentially monitoring these `trio.Event`?. I mean, we could setup a `trio.Event` at the start of the `@simple_nursery.start_soon` and set it at the end. Then...

> If we switched to serial setup, it might make this more maintainable. I don't think we had to take that route. The fix was ensuring the cancel scopes got...

> Oh wow thank you so much for the PR, I totally missed this @eeeschwartz . > > Will merge first thing @nicholasjackson I am reading up on gateways and...

Thank You for the explanation and sharing your findings > It doesn't really make sense to add support for it in this project Can you explain this a bit more?...