Description
Mutable, singly-linked list in STM.
Description
This package provides a mutable, singly-linked list type for use in STM
. It is based on the design of Control.Concurrent.TChan
, and can be used to implement a wide variety of channel types.