Docs.rs
shuttle-engine-0.1.1
shuttle-engine 0.1.1
Docs.rs crate page
Apache-2.0
20 August 2026
Links
Repository
crates.io
Source
Owners
sarsko
Dependencies
assoc ^0.1.3
normal
bitvec ^1.0.1
normal
cfg-if ^1.0
normal
const-siphasher ^1.0.2
normal
corosensei ^0.3.1
normal
hex ^0.4.2
normal
owo-colors ^4.3.0
normal
rand ^0.8.6
normal
rand_core ^0.6.4
normal
rand_pcg ^0.3.1
normal
regex ^1.10.6
normal
optional
scoped-tls ^1.0.0
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
smallvec ^1.11.2
normal
tracing ^0.1.36
normal
proptest ^1.0.0
dev
Versions
61.73%
of the crate is documented
Platform
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
Skip to main content
Module thread_support
shuttle_
engine
0.1.1
Module thread_
support
Module Items
Structs
Functions
In crate shuttle_
engine
shuttle_engine
Module
thread_
support
Copy item path
Source
Structs
§
Access
Error
An error returned by
LocalKey::try_with
Local
Key
A key into Shuttle’s thread-local storage.
Functions
§
thread_
fn
The body of a spawned thread. Runs
f
, drops thread locals, publishes result.
yield_
now
Cooperatively gives up a timeslice to the Shuttle scheduler.