stm-io-hooks-1.1.0: STM with IO hooks

Copyright(c) Peter Robinson 2009, The University of Glasgow 2004
LicenseBSD-style (see the file LICENSE)
MaintainerPeter Robinson <thaldyron@gmail.com>
Stabilityexperimental
Portabilitynon-portable (requires STM)
Safe HaskellNone
LanguageHaskell98

Control.Concurrent.AdvSTM.TArray

Description

Synopsis

Documentation

data TArray i e Source

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

Instances