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:
		
							parent
							
								
									e41c5c212c
								
							
						
					
					
						commit
						de2a47c2ba
					
				@ -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 {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user