@hackage threads-pool0.1

A library to operate with pool of haskell's IO threads

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      portnov84@rambler.ru

    • Versions

      • 0.1 Mon, 8 Nov 2010

    This library allows you to create a pool of worker threads, give them tasks using a queue and receive results. Or not receive, if you wan't to. Tasks are monadic computations in any monad which belong to special Task typeclass (it basically means that one can run that computation in IO monad, using some argument).