rayon
1.10.0
In rayon::
iter::
take_
any_
while
rayon
::
iter
::
take_any_while
Function
take
Copy item path
source
fn take<T>( item:
&T
, taking: &
AtomicBool
, predicate: &impl
Fn
(
&T
) ->
bool
, ) ->
bool