uni-util-2.2.1.1: Utilities for the uniform workbench

Util.ThreadDict

Description

This module implements per-thread variables

Documentation

modifyThreadDict :: ThreadDict a -> (Maybe a -> IO (Maybe a, b)) -> IO bSource