uni-util-2.3.0.2: Utilities for the uniform workbench

Safe HaskellSafe
LanguageHaskell98

Util.ThreadDict

Description

This module implements per-thread variables

Documentation

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