Function hotshot_types::boxed_sync
source ยท pub fn boxed_sync<'a, F>(fut: F) -> BoxSyncFuture<'a, F::Output>
Expand description
yoinked from futures crate, adds sync bound that we need
pub fn boxed_sync<'a, F>(fut: F) -> BoxSyncFuture<'a, F::Output>
yoinked from futures crate, adds sync bound that we need