Function hotshot_types::boxed_sync

source ·
pub fn boxed_sync<'a, F>(fut: F) -> BoxSyncFuture<'a, F::Output>
where F: Future + Sized + Send + Sync + 'a,
Expand description

yoinked from futures crate, adds sync bound that we need