[−][src]Trait sp_core::traits::SpawnBlocking
Something that can spawn a blocking future.
Required methods
fn spawn_blocking(&self, name: &'static str, future: BoxFuture<'static, ()>)
Spawn the given blocking future.
The given name
is used to identify the future in tracing.