Skip to content

Commit de2a47c

Browse files
committed
export TaskPoolThreadAssignmentPolicy (#4145)
# Objective - Fix #2163 - Allow configuration of thread pools through `DefaultTaskPoolOptions` ## Solution - `TaskPoolThreadAssignmentPolicy` was already public but not exported. Export it.
1 parent e41c5c2 commit de2a47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod time;
99
pub use bytemuck::{bytes_of, cast_slice, Pod, Zeroable};
1010
pub use float_ord::*;
1111
pub use name::*;
12-
pub use task_pool_options::DefaultTaskPoolOptions;
12+
pub use task_pool_options::*;
1313
pub use time::*;
1414

1515
pub mod prelude {

0 commit comments

Comments
 (0)