inc-ref-0.1.0.0: A STM reference that is useful for incremental computing

Safe HaskellSafe-Inferred

IncRef

Documentation

data IncRef a Source

Constructors

IncRef 

Fields

cache :: STM a
 
stream :: STM a
 
dup :: STM (IncRef a)
 

data AnyF a b Source

Constructors

F (a -> b) 
X a 

waitBoth :: IncRef a -> IncRef b -> STM (a, b)Source