stm-data-collection-0.1.0.0: Collection of STM-based Data Structures

Copyright(c) Alex Semin, 2015
LicenseBSD3
Maintaineralllex.semin@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Data.STM.Bag.Internal.TListBag

Description

Implementation of the Class using fine-grained list. It is efficient only if there are not many threads.

Documentation

data TListBag v Source

Instances