next.js icon indicating copy to clipboard operation
next.js copied to clipboard

feat(turbo-tasks): Implement `IntoFuture` for `&mut Vc` and `&mut ResolvedVc`

Open bgw opened this issue 4 months ago • 3 comments

It's not common that you'd have a &mut Vc or &mut ResolvedVc (because they're Copy), but there are some edge cases where you might, and there's no technical reason we can't impl IntoFuture for these, so let's do it.

bgw avatar Oct 23 '24 19:10 bgw