5 ms·
I think the next sentence clarifies pretty well. > In this case, what’s dropped is &mut future1. But future1 is not dropped, so the actual future is not cancel
by DAlperin 11mo ago
I think the next sentence clarifies pretty well.
> In this case, what’s dropped is &mut future1. But future1 is not dropped, so the actual future is not cancelled.