ForkJoinLocalHandler

io.scalaland.mdc.cats.ForkJoinLocalHandler
See theForkJoinLocalHandler companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply[A](onFork: A => A)(onJoin: (A, A) => A): ForkJoinLocalHandler[A]