Events.NullGuard
Description
Here we implement a null guard channel that provides no guards, but is hopefully useful as an example.
Documentation
type NullGuardedChannel value = GuardedChannel () valueSource
newNullGuardedChannel :: IO (NullGuardedChannel value)Source