The latest version of haxl is 2.5.1.0-0.

haxl

Version 0.5.1.0 revision 0 uploaded by niteria.

Package meta

Synopsis
A Haskell library for efficient, concurrent, and concise data access.
Description

Haxl is a library and EDSL for efficient scheduling of concurrent data accesses with a concise applicative API.

To use Haxl, you need to implement one or more data sources, which provide the means for accessing remote data or other I/O that you want to perform using Haxl.

Haxl provides two top-level modules:

  • Data-source implementations import Haxl.Core,

  • Client code import your data sources and Haxl.Prelude, or some other client-level API that you provide.

Author
Facebook, Inc.
Bug reports
https://github.com/facebook/Haxl/issues
Category
Concurrency
Copyright
Copyright (c) 2014-present, Facebook, Inc.
Homepage
https://github.com/facebook/Haxl
Maintainer
The Haxl Team <haxl-team@fb.com>
Package URL
n/a
Stability
alpha

Components