Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Added support to process queues in parallel #340

Closed Mohsens22 closed 2 years ago

Mohsens22 commented 2 years ago

The use case of this method vs ForEachAsync (for lists) is that this method is really suitable for the process queues, the lists that we only need to process them and we don't need them anymore, so it gets deleted from the list and memory is released.