Description
Provides container data structures for Haskell STM. STM containers let concurrent code update shared maps, sets, or related structures inside atomic transactions.
It is useful for services, caches, worker coordination, in-memory indexes, and concurrent applications that need safe shared state. It is a developer library and has no standalone storage service.