Threads

play.utils.Threads
object Threads

provides helpers for managing ClassLoaders and Threads

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Threads.type

Members list

Value members

Concrete methods

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

Value parameters

b

function to be executed

classloader

that should be used to execute given function

Attributes