Skip to content

Commit df1e6da

Browse files
Reexport current_thread_index function
1 parent 5611490 commit df1e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ mod par_either;
109109

110110
mod compile_fail;
111111

112-
pub use rayon_core::current_num_threads;
112+
pub use rayon_core::{current_num_threads, current_thread_index};
113113
pub use rayon_core::FnContext;
114114
pub use rayon_core::ThreadPool;
115115
pub use rayon_core::ThreadPoolBuildError;

0 commit comments

Comments
 (0)