scalaz-concurrent
scalaz-concurrent
scalaz.concurrent
Actor
Actor
ActorFunctions
ActorInstances
Atomic
Atomic
Atomics
BooleanLatch
BooleanLatch
Chan
Chan
Concurrent
Concurrents
Future
Future
Async
BindAsync
BindSuspend
Now
Suspend
MVar
MVar
MVarFunctions
PhasedLatch
PhasedLatch
PhasedLatches
Run
Run
Strategy
Strategy
Strategys
StrategysLow
Task
Task
TaskInterrupted
TaskApp
Timeout
Timeout
Timer
Timer
scalaz-concurrent
/
scalaz.concurrent
/
Actor
Actor
object
Actor
extends
ActorInstances
with
ActorFunctions
Companion
class
Graph
Supertypes
Self type
trait
ActorFunctions
class
ActorInstances
class
Object
trait
Matchable
class
Any
Actor
Value members
Implicits
Value members
Inherited methods
def
actor
[A](handler: A =>
Unit
, onError:
Throwable
=>
Unit
)(implicit s:
Strategy
):
Actor
[A]
Inherited from
ActorFunctions
Implicits
Inherited implicits
implicit
def
ToFunctionFromActor
[A](a:
Actor
[A]): A =>
Unit
Inherited from
ActorFunctions
implicit
val
actorContravariant
:
Contravariant
[
Actor
]
Inherited from
ActorInstances