Packages

o

play.utils

Threads

object Threads

provides helpers for managing ClassLoaders and Threads

Source
Threads.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Threads
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def withContextClassLoader[T](classloader: ClassLoader)(b: => T): T

    executes given function in the context of the provided classloader

    executes given function in the context of the provided classloader

    classloader

    that should be used to execute given function

    b

    function to be executed