uni-util-2.2.1.2: Utilities for the uniform workbench

Safe HaskellSafe-Infered

Util.ThreadDict

Description

This module implements per-thread variables

Documentation

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