Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D12411
Change Details
Change Details
Old
New
Diff
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 function stable.
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.
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
function
method
stable.
Continue