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
/
Atomic
Atomic
trait
Atomic
[A]
Companion
object
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Abstract methods
def
compareAndSet
(expected:
A
, newValue:
A
):
IO
[
Boolean
]
def
get
:
IO
[
A
]
def
getAndSet
(a:
A
):
IO
[
A
]
def
set
(a: =>
A
):
IO
[
Unit
]
Concrete methods
def
update
(f:
A
=>
A
):
IO
[
A
]