EachInThread extends Ruby's Enumerable module to provide a simple, efficient way to run tasks in parallel by creating separate threads for each item in an enumerable.
Required Ruby Version
>= 2.6.0
Authors
Igor Novikov
EachInThread extends Ruby's Enumerable module to provide a simple, efficient way to run tasks in parallel by creating separate threads for each item in an enumerable.
>= 2.6.0
Igor Novikov