context-resource: Thread-safe, pool-compatible resource provider

[ data, library, mit ] [ Propose Tags ]

A thread-safe, pool-compatible resource provider abstraction that supports resource-sharing within nested actions.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2
Change log CHANGELOG.md
Dependencies base (>=4.11.1.0 && <5), context (>=0.2.0.0 && <0.3), exceptions (>=0.10.0 && <0.11) [details]
License MIT
Copyright 2020 (c) Jason Shipman
Author Jason Shipman
Maintainer Jason Shipman
Category Data
Home page https://github.com/jship/context#readme
Bug tracker https://github.com/jship/context/issues
Source repo head: git clone https://github.com/jship/context(context-resource)
Uploaded by jship at 2022-07-06T21:36:42Z
Distributions LTSHaskell:0.2.0.2, NixOS:0.2.0.2, Stackage:0.2.0.2
Downloads 808 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-07-06 [all 1 reports]

Readme for context-resource-0.2.0.1

[back to package description]

context-resource

Version badge

context-resource contains a thread-safe, pool-compatible resource provider abstraction that supports resource-sharing within nested actions.

See the Haddocks for more info on the library.