packages feed

stm-extras-0.1.0.3: README.md

[![Hackage](https://img.shields.io/hackage/v/stm-extras.svg)](https://hackage.haskell.org/package/stm-extras)
[![Build Status](https://secure.travis-ci.org/louispan/stm-extras.png?branch=master)](http://travis-ci.org/louispan/stm-extras)

Extra STM functions


# Changelog

* 0.1.0.0 ~ 0.1.0.2
 - Added forceSwapTMVar, waitTillEmptyTMVar, waitTillFullTMVar

* 0.1.0.3
 - Removed inline pragmas until I have actual benchmarks