kyo-scheduler/js is using the default scala.scalajs.concurrent.QueueExecutionContext of scalajs. Although not included in the scala-js official repo, scala-js-macrotask-executor is usually recommended as the optimal ExecutionContext implementation for use in any Scala.js project.
If there is no specific requirements, I think we can safely use scala-js-macrotask-executor instead of scala.scalajs.concurrent.QueueExecutionContext
kyo-scheduler/jsis using the defaultscala.scalajs.concurrent.QueueExecutionContextofscalajs. Although not included in thescala-jsofficial repo, scala-js-macrotask-executor is usually recommended as the optimalExecutionContextimplementation for use in any Scala.js project.If there is no specific requirements, I think we can safely use
scala-js-macrotask-executorinstead ofscala.scalajs.concurrent.QueueExecutionContext