Module rustler::thread [] [src]

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.