streamly-0.8.1.1: Dataflow programming and declarative concurrency
Copyright(c) 2018-2019 Composewell Technologies
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Streamly.Internal.Data.Atomics

Description

 

Documentation

atomicModifyIORefCAS :: IORef a -> (a -> (a, b)) -> IO b Source #

atomicModifyIORefCAS_ :: IORef t -> (t -> t) -> IO () Source #