streamly-0.10.1: Streaming, dataflow programming and declarative concurrency
Copyright(c) 2018-2019 Composewell Technologies
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Streamly.Internal.Data.Atomics

Description

 

Documentation

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

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