Docs.rs
rustler-0.29.1
rustler 0.29.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
filmor
hansihe
scrogson
evnu
Dependencies
lazy_static ^1.4
normal
rustler_codegen ^0.29.1
normal
rustler_sys ~2.3.0
normal
Versions
65.79%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module thread
Structs
Traits
Functions
?
Module
rustler
::
thread
source
·
[
−
]
Structs
ThreadSpawner
A
JobSpawner
that uses a separate system thread for each job.
Traits
JobSpawner
A
JobSpawner
is a value that can run Rust code on non-Erlang system threads. Abstracts away details of thread management for
spawn()
.
Functions
spawn
Implements threaded NIFs.