@hackage stm-tlist0.1.1
Mutable, singly-linked list in STM
Categories
License
BSD-3-Clause
Maintainer
joeyadams3.14159@gmail.com
Links
Versions
Installation
Dependencies (2)
Dependents (2)
@hackage/acme-everything, @hackage/stm-sbchan
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.