stm-2.1.1.0: Software Transactional MemoryContentsIndex
Control.Concurrent.STM.TArray
Portabilitynon-portable (requires STM)
Stabilityexperimental
Maintainerlibraries@haskell.org
Description
TArrays: transactional arrays, for use in the STM monad
Synopsis
data TArray i e
Documentation
data TArray i e

TArray is a transactional array, supporting the usual MArray interface for mutable arrays.

It is currently implemented as Array ix (TVar e), but it may be replaced by a more efficient implementation in the future (the interface will remain the same, however).

show/hide Instances
MArray TArray e STM
Produced by Haddock version 0.8