Minor change that greatly simplifies future code in the stacks.
The std::future::Ready::into_inner() is unstable so we had to use async { } block and boxed future.
Used futures_util::Ready instead, which has this method stable.
Differential D12411
[comm-lib] Use futures_util::Ready to simplify code bartek on Jun 13 2024, 12:53 AM. Authored by Tags None Referenced Files
Details Minor change that greatly simplifies future code in the stacks. The std::future::Ready::into_inner() is unstable so we had to use async { } block and boxed future. Cargo build
Diff Detail
|