object BlockContext
- Companion
- class
Value members
Concrete methods
The default block context will execute the supplied thunk immediately.
The default block context will execute the supplied thunk immediately.
- Returns
- the - BlockContextthat 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.
- Returns
- the value produced by applying - f