[][src]Type Definition amethyst_core::ThreadPool

type ThreadPool = Arc<ThreadPool>;

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