Eliminates a redundant `co_await` by directly returning the `future`, simplifying the control flow without affecting behavior.
84 KiB
84 KiB
Eliminates a redundant `co_await` by directly returning the `future`, simplifying the control flow without affecting behavior.