The latest version of AVar is 0.0.5.1-0.
AVar
Version 0.0.4 revision 0 uploaded by AlexMason.
Package meta
- Synopsis
- Mutable variables with Exception handling and concurrency support.
- Description
AVars emulate mutable variables, by providing a queue based interface to interacting with the variable. Each variable runs a handler function, which reads requests from a queue and processes them one by one. They can be used in concurrent systems safely, and should handle exceptions thrown by modifying functions gracefully. There is also an unsafe interface through Data.AVar.Unsafe, which will throw any errors encountered while modifying the variable.
- Author
- Alex Mason
- Bug reports
- n/a
- Category
- Concurrency
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- Alex Mason <axman6@gmail.com>
- Package URL
- n/a
- Stability
- n/a