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
/
Timer
Timer
case
class
Timer
(timeoutTickMs:
Int
, workerName:
String
)
Companion
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
stop
(expireImmediately:
Boolean
):
Unit
def
valueWait
[T](value: T, waitMs:
Long
):
Future
[T]
def
withTimeout
[T](future:
Future
[T], timeout:
Long
):
Future
[
Timeout
\/
T]
def
withTimeout
[T](task:
Task
[T], timeout:
Long
):
Task
[
Timeout
\/
T]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product
Concrete fields
val
safeTickMs
:
Int