Skip to content

Provide cross-platform ExecutionContext #224

@JD557

Description

@JD557

Provide a cross-platform execution context.

JVM: scala.concurrent.ExecutionContext.global
JS: org.scalajs.macrotaskexecutor.MacrotaskExecutor
Native: Custom EC similar to scala.scala-native.ExecutionContext.QueueExecutionContext, that runs one (or more?) tasks on each loop iteration. When the loop exits, it should just push the queued tasks to the global EC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions