jship / context

Thread-indexed storage around arbitrary context values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

context

Build badge

This repo houses the core context library and libraries built on top of context. The context package provides thread-indexed storage around arbitrary context values. The interface supports nesting context values per thread, and at any point, the calling thread may ask for their current context.

See the Haddocks of each package for more info on the libraries.

About

Thread-indexed storage around arbitrary context values


Languages

Language:Haskell 100.0%