All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cgta.oscala.util.ConcHelpPlat.scala Maven / Gradle / Ivy

The newest version!
package cgta.oscala
package util

import scala.concurrent.ExecutionContext


//////////////////////////////////////////////////////////////
// Copyright (c) 2014 Ben Jackman, Jeff Gomberg
// All Rights Reserved
// please contact [email protected] or [email protected]
// for licensing inquiries
// Created by bjackman @ 11/11/14 8:05 AM
//////////////////////////////////////////////////////////////

trait ConcHelpPlat extends ConcHelp {
  final override lazy val defaultExecutionContext: ExecutionContext = scalajs.concurrent.JSExecutionContext.queue
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy