Docs.rs
wapo-0.1.1
wapo 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
kvinwang
Dependencies
derive_more ^0.99
normal
futures ^0.3
normal
hyper ^0.14.18
normal
optional
lazy_static ^1
normal
log ^0.4.16
normal
pin-project ^1
normal
parity-scale-codec ^3.6.5
normal
tokio ^1
normal
optional
wapo-env ^0.1.0
normal
wapo-macro ^0.1.0
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
spawn
wapo
0.1.1
wapo
Function
spawn
Copy item path
Source
pub fn spawn<T>(fut: impl
Future
<Output = T> + 'static) ->
JoinHandle
<T>
ⓘ
where T: 'static,