BlockContext

scala.concurrent.BlockContext
See theBlockContext companion trait
object BlockContext

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def current: BlockContext

Attributes

Returns

the BlockContext that would be used for the current java.lang.Thread at this point

The default block context will execute the supplied thunk immediately.

The default block context will execute the supplied thunk immediately.

Attributes

Returns

the BlockContext that will be used if no other is found.

Installs the BlockContext blockContext around the invocation to f and passes in the previously installed BlockContext to f.

Installs the BlockContext blockContext around the invocation to f and passes in the previously installed BlockContext to f.

Attributes

Returns

the value produced by applying f

Installs a current BlockContext around executing body.

Installs a current BlockContext around executing body.

Attributes