Structs§
- A
JobSpawner
that uses a separate system thread for each job.
Traits§
- A
JobSpawner
is a value that can run Rust code on non-Erlang system threads. Abstracts away details of thread management forspawn()
.
Functions§
- Check if the currently running thread is managed by the ERTS.
- Implements threaded NIFs.