extremeandy
extremeandy
I think there is potentially a concurrency issue in `CachingService` with the current method of removing faulted `Lazy` from the cache. This is fine for removing it: ``` try {...
That makes sense for 'Try' type methods, but I think in the case where we are always dealing with a method that will succeed, the meaning of the out parameter...
Has anyone implemented this yet? I'd also be keen for a similar combinator which works on ` Vec`, as for `combineLatest` in Rx frameworks)
> This question is also in [Pending](https://docs.rs/futures/0.3.16/futures/future/struct.Pending.html), which impl FusedFuture with always true. > > [select!](https://docs.rs/futures/0.3.16/futures/macro.select.html) will ignore it by Fuse::terminated() == true. I find this behaviour to be very...
I've got a repo up for a resource pool that can be used in conjunction with Snowflake. There's example code on how to create a connection pool for Snowflake. https://github.com/extremeandy/AsyncResourcePool