next.js
382d16dd - feat(turbo-tasks): Implement `IntoFuture` for `&mut Vc` and `&mut ResolvedVc` (#71746)

Commit
1 year ago
feat(turbo-tasks): Implement `IntoFuture` for `&mut Vc` and `&mut ResolvedVc` (#71746) 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.
Author
bgw bgw
Parents
Loading