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

com.ossuminc.riddl.utils.package.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2019 Ossum, Inc.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package com.ossuminc.riddl

import com.ossuminc.riddl.utils.{DOMPlatformContext, PlatformContext}

import scala.concurrent.ExecutionContext

package object utils {
  given pc: PlatformContext = DOMPlatformContext()
  implicit val ec: ExecutionContext = pc.ec
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy