Skip to main content
SpawnableFuture
libsurfer
0.6.0-dev
Spawnable
Future
Implementors
In libsurfer::
async_
util
libsurfer
::
async_util
Trait
Spawnable
Future
Copy item path
Source
pub trait SpawnableFuture:
Future
<Output =
()
> +
Send
+ 'static { }
Implementors
§
Source
§
impl<F>
SpawnableFuture
for F
where F:
Future
<Output =
()
> +
Send
+ 'static,
Available on
non-WebAssembly
only.