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
It'd be really cool if it was possible to use a SegQueue as the backing queue for dynqueue. I have an application where I'd like to fill up a buffer in a parallel iterator, and then consume it using dynqueue this is made more difficult because the only options for Queue are non-parallel collections.
The text was updated successfully, but these errors were encountered:
It'd be really cool if it was possible to use a
SegQueue
as the backing queue fordynqueue
. I have an application where I'd like to fill up a buffer in a parallel iterator, and then consume it usingdynqueue
this is made more difficult because the only options forQueue
are non-parallel collections.The text was updated successfully, but these errors were encountered: