Docs.rs
slings-0.3.47
slings 0.3.47
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
cssivision
Dependencies
async-task ^4.0
normal
futures-core ^0.3
normal
futures-io ^0.3
normal
io-uring ^0.7
normal
libc ^0.2
normal
pin-project-lite ^0.2
normal
scoped-tls ^1.0
normal
slab ^0.4
normal
socket2 ^0.6
normal
futures-util ^0.3
dev
Versions
0%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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_local
slings
0.3.47
slings
Function
spawn_
local
Copy item path
Source
pub fn spawn_local<T: 'static>( future: impl
Future
<Output = T> + 'static, ) ->
Task
<T>