Struct rustler::thread::ThreadSpawner [] [src]

pub struct ThreadSpawner;

A JobSpawner that uses a separate system thread for each job.

Trait Implementations

impl JobSpawner for ThreadSpawner
[src]

This delegates to std::thread::spawn().