Type Definition amethyst_core::ArcThreadPool

source ·
pub type ArcThreadPool = Arc<ThreadPool>;
Expand description

A rayon thread pool wrapped in an Arc. This should be used as resource in World.