Docs.rs
origin-studio-0.16.0
origin-studio 0.16.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
atomic-dbg ^0.1.11
normal
optional
origin ^0.25.1
normal
rustix ^1.0.0
normal
optional
rustix-dlmalloc ^0.2.0
normal
optional
rustix-futex-sync ^0.3.0
normal
optional
errno ^0.3.3
dev
libc ^0.2.148
dev
Versions
24.14%
of the crate is documented
Platform
i686-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
origin_
studio
0.16.0
In origin_
studio::
thread
origin_studio
::
thread
Function
spawn
Copy item path
Source
pub fn spawn<F>(f: F) ->
JoinHandle
where F:
FnOnce
() +
Send
+ 'static,