ExecutorPlatform

class Object
trait Matchable
class Any
object Executor

Value members

Concrete methods

def defer(body: => Unit): Unit
def isJS: Boolean
def isJVM: Boolean
def isShutdown: Boolean
def schedule(time: Long, unit: TimeUnit)(body: => Unit): Unit
def scheduleWithCancel(time: Long, unit: TimeUnit)(body: => Unit): Cancelable

Implicits

Implicits

implicit
def executionContext: ExecutionContext

Default execution-context used for scheduling and spawning functions. It uses the scheduledExecutorService.

Default execution-context used for scheduling and spawning functions. It uses the scheduledExecutorService.