export TaskPoolThreadAssignmentPolicy (#4145)

# Objective

- Fix #2163
- Allow configuration of thread pools through `DefaultTaskPoolOptions`

## Solution

- `TaskPoolThreadAssignmentPolicy` was already public but not exported. Export it.
This commit is contained in:
François 2022-03-08 01:54:36 +00:00
parent e41c5c212c
commit de2a47c2ba

View File

@ -9,7 +9,7 @@ mod time;
pub use bytemuck::{bytes_of, cast_slice, Pod, Zeroable};
pub use float_ord::*;
pub use name::*;
pub use task_pool_options::DefaultTaskPoolOptions;
pub use task_pool_options::*;
pub use time::*;
pub mod prelude {