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

onfig_sjs1.0-RC2_2.11.1.1.4.source-code.PlatformThread.scala Maven / Gradle / Ivy

package org.ekrich.config.impl

/**
 * To workaround missing implementation in Scala.js
 */
class PlatformThread(thread: Thread) extends ThreadLike {
  def getContextClassLoader(): ClassLoader = ???
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy