full-sessions-0.4.181: yet another implementation of session types which does not require annotationsSource codeContentsIndex
Control.Concurrent.FullSession.UChan
Documentation
data Channel t n Source
newUChan :: IO (Channel t n)Source
outUChan :: Channel t n -> v -> IO ()Source
inUChan :: Channel t n -> IO vSource
closeUChan :: Channel t n -> IO ()Source
Produced by Haddock version 2.4.2