Deprecated

In favour of

disposable

Allows storing different resource-releasing actions together.

https://github.com/louispan/disposable#readme

Version on this page:0.2.0.3
LTS Haskell 11.22:0.2.0.4
Stackage Nightly 2018-03-12:0.2.0.4
Latest on Hackage:1.0.0.0

See all snapshots disposable appears in

BSD-3-Clause licensed by Louis Pan
Maintained by [email protected]
This version can be pinned in stack with:disposable-0.2.0.3@sha256:dac37a86d71728ac08dc8a87a12a91b2101117747f024d9d4cbb77bf504f29e3,1201

Module documentation for 0.2.0.3

Used by 2 packages in nightly-2017-03-28(full list with versions):

Hackage Build Status

SomeDisposable aloows storing different resource releasing actions togther in a container. This library is useful for queueing up GHCJS.Foreign.Callback together to be released after a new rendering frame.