You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "dynamic" versions of buffer(n: usize) and buffer_unordered(n: usize), the number of buffered futures defined by n: usize could be replaced by AsRef<AtomicUsize>, allowing it to change dynamically over time.
The text was updated successfully, but these errors were encountered:
ronanM
changed the title
Add "dynamic parallelism" version of buffer(n) and buffer_unordered(n)
Add "dynamic" version of buffer(n) and buffer_unordered(n)Sep 5, 2024
In the "dynamic" versions of
buffer(n: usize)
andbuffer_unordered(n: usize)
, the number of buffered futures defined byn: usize
could be replaced byAsRef<AtomicUsize>
, allowing it to change dynamically over time.The text was updated successfully, but these errors were encountered: