Jeff Hiner

Results 29 comments of Jeff Hiner

Apologies for the build churn, I'd missed a few feature paths.

I'd love to get this in but TaskSet still isn't stable. @Noah-Kennedy do you happen to know if that's on the list for the next Tokio release?

I'm still following this, just waiting for the feature to drop in a stable Tokio release before fixing up the PR.

The Tokio maintainers assure me this will finally be stable in 1.21. If that's not the case, I guess we can start looking at alternatives. The main benefit of JoinSet...

Tokio 1.21 stabilized JoinSet, so this is ready for review.

Ahh, gotcha. I misunderstood how the CNil base case was supposed to work. Thanks for your help! I'm not sure how many folks are using generics in tandem with frunk...

Oh I was just thinking @ExpHP 's example with a note, just so if people see really gross template errors they have another example to try out. I'll see if...

I was using a combination of the frunk docs for [coproduct](https://docs.rs/frunk/0.2.2/frunk/coproduct/index.html) and [CoproductTaker](https://docs.rs/frunk/0.2.2/frunk/coproduct/trait.CoproductTaker.html) as well as the normal search for "the trait bound is not satisfied" and "trait bounds rust"...

> @jeff-hiner I'm gonna leave this to you. Is there anything in particular you really want to see fuzzing on? I can imagine that noise might be a great candidate...

Looks like this was closed in https://github.com/cloudflare/boringtun/pull/193