entwine-0.0.2: entwine - Concurrency tools

Safe HaskellNone
LanguageHaskell98

Entwine.Data.Duration

Synopsis

Documentation

data Duration Source #

A Duration is an abstract type, representing a short delay (in the region of micro-seconds to a few minutes).

This useful for implementing concurrency and process primitives that need to wait for short periods to ensure fairness (for example).

Instances
Eq Duration Source # 
Instance details

Defined in Entwine.Data.Duration

Show Duration Source # 
Instance details

Defined in Entwine.Data.Duration