uni-util-2.3.0.1: Utilities for the uniform workbench

Safe HaskellNone

Util.VariableSetBlocker

Description

Blockers are used to implement variable set sources which can be turned on and off. They are indexed by a BlockID.

Documentation

openBlocker :: HasKey a key => Blocker a -> BlockID -> IO ()Source

closeBlocker :: HasKey a key => Blocker a -> BlockID -> IO ()Source