Dave Hirschfeld
Dave Hirschfeld
The one thing I'm after is a nursery/TaskGroup where I can start tasks and then iterate over the results asynchronously *as soon as they become available* so that I can...
> > With this API, `race` is trivial to implement > > And how do we deal with exceptions occurring in the child tasks? In my implementation I actually return...
I think that depends on the use-case. If `amap` returned an asynchronous iterator that returned Outcome wrapped results as soon as they were ready I'd leave it at that and...
> > I think that depends on the use-case. If `amap` returned an asynchronous iterator that returned Outcome wrapped results as soon as they were ready I'd leave it at...
I'm actually pretty excited about this functionality as it will let me replace a bunch of custom code, so I'm curious if there are plans to land this in a...
I know Trio makes a point about not exposing coroutines to users. I'm not across the arguments *why*, but most things in Trio are very well thought out and very...
Be that as it may, if you take executed but not awaited async functions as arguments then it makes it awkward to also support sync functions, if that is something...
I came here to request the same! > > *Tested to find the answer myself, it is the absolute path...* > > Yeah, it's the absolute path: > ``` >...
Ugh, a stale bot! 🤢
Possibly resolved by https://github.com/gruntwork-io/terragrunt/pull/3338?