Merge pull request #212 from GabLotus/master

Remove std::time::Duration from the thread_pool_resources.rs example
This commit is contained in:
Carter Anderson 2020-08-16 14:08:54 -07:00 committed by GitHub
commit 99e39b5227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
use bevy::{ecs::ParallelExecutorOptions, prelude::*};
use std::time::Duration;
/// This example illustrates how to customize the thread pool used internally (e.g. to only use a
/// certain number of threads).