rayon
1.10.0
In rayon::iter::take_any_while
Function
rayon
::
iter
::
take_any_while
::
take
Copy item path
source
ยท
[
−
]
fn take<T>( item:
&T
, taking: &
AtomicBool
, predicate: &impl
Fn
(
&T
) ->
bool
, ) ->
bool