scala / scala-parallel-collections

Parallel collections standard library module for Scala 2.13+
Apache License 2.0
199 stars 29 forks source link

Using implicit ExecutionContext pattern #250

Open yzia2000 opened 12 months ago

yzia2000 commented 12 months ago

https://github.com/scala/toolkit/issues/31#issuecomment-1722466461

Starting a thread to understand why the current TaskSupport method is used for configuring concurrency and gauging level of support and enhancement required to using the implicit ExecutionContext pattern we see with futures.