expiring-mvar

Version 0.1 revision 0 uploaded by JeffShaw.

Package meta

Synopsis
Create values which expire after a period of time.
Description

expiring-mvar provides the type ExpiringMVar. ExpiringMVar is a container for a single value. When creating an ExpiringMVar, a thread is spawned which deletes the value held in the ExpiringMVar after a given period of time. The timer can be reset, cancelled, or restarted with a new time amount.

Author
Jeff Shaw
Bug reports
n/a
Category
Concurrency
Copyright
n/a
Homepage
n/a
Maintainer
shawjef3@msu.edu
Package URL
n/a
Stability
n/a

Components