Type Definition amethyst_core::ThreadPool [] [src]

type ThreadPool = Arc<ThreadPool>;

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