Docs.rs
spawns-core-1.1.1
spawns-core 1.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kezhuw
Dependencies
linkme ^0.3.25
normal
optional
futures ^0.3.30
dev
static_assertions ^1.1.0
dev
Versions
72%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
spawns_
core
1.1.1
Spawn
Required Methods
spawn
Implementors
In crate spawns_
core
spawns_core
Trait
Spawn
Copy item path
Source
pub trait Spawn { // Required method fn
spawn
(&self, task:
Task
); }
Expand description
Trait to spawn task.
Required Methods
§
Source
fn
spawn
(&self, task:
Task
)
Implementors
§