[−][src]Type Definition amethyst_core::ArcThreadPool
type ArcThreadPool = Arc<ThreadPool>;
A rayon thread pool wrapped in an Arc
. This should be used as resource in World
.
type ArcThreadPool = Arc<ThreadPool>;
A rayon thread pool wrapped in an Arc
. This should be used as resource in World
.