Skip to content

Commit d33721d

Browse files
committed
Re-export FIFO items in rayon
1 parent 3219a30 commit d33721d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,11 @@ mod par_either;
108108
mod compile_fail;
109109

110110
pub use rayon_core::current_num_threads;
111-
pub use rayon_core::spawn;
112111
pub use rayon_core::FnContext;
113112
pub use rayon_core::ThreadPool;
114113
pub use rayon_core::ThreadPoolBuildError;
115114
pub use rayon_core::ThreadPoolBuilder;
116115
pub use rayon_core::{join, join_context};
117116
pub use rayon_core::{scope, Scope};
117+
pub use rayon_core::{scope_fifo, ScopeFifo};
118+
pub use rayon_core::{spawn, spawn_fifo};

0 commit comments

Comments
 (0)