Merge pull request #212 from GabLotus/master
Remove std::time::Duration from the thread_pool_resources.rs example
This commit is contained in:
commit
99e39b5227
@ -1,5 +1,4 @@
|
|||||||
use bevy::{ecs::ParallelExecutorOptions, prelude::*};
|
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
|
/// This example illustrates how to customize the thread pool used internally (e.g. to only use a
|
||||||
/// certain number of threads).
|
/// certain number of threads).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user