Skip to main content

SpawnHandle

Trait SpawnHandle 

Source
pub unsafe trait SpawnHandle
where Self: Send + Future<Output = Box<dyn Send + Any + 'static>> + Unpin,
{ }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§