packages feed

rio-process-pool 1.0.0 → 1.0.1

raw patch · 3 files changed

+3/−4 lines, 3 files

Files

README.md view
@@ -57,7 +57,7 @@ A single dispatcher process sends a `Start`, some `Work` and a `Stop` message to a `Pool` that spawns and dispatches the message -Like the previous benchmark this is a rather long running test +This is a rather long running test, executed with capped memory so that when space is leaked, it  will crash the benchmark. 
rio-process-pool.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           rio-process-pool-version:        1.0.0+version:        1.0.1 description:    Please see the README on GitHub at <https://github.com/sheyll/rio-process-pool#readme> synopsis:       A library for process pools coupled with asynchronous message queues homepage:       https://github.com/sheyll/rio-process-pool#readme@@ -8,7 +8,7 @@ author:         Sven Heyll maintainer:     sven.heyll@gmail.com category:       Concurrency-tested-with:    GHC==8.10.4,GHC==8.10.3+tested-with:    GHC==8.10.5,GHC==8.10.4,GHC==8.10.3 copyright:      Copyright Sven Heyll license:        BSD-2-Clause license-file:   LICENSE
src/RIO/ProcessPool/Broker.hs view
@@ -47,7 +47,6 @@   ( IsMessageBox (Input, newInput, receive),     IsMessageBoxArg (MessageBox, newMessageBox),   )-import Control.Concurrent.Async(AsyncCancelled)    -- | Spawn a broker with a new 'MessageBox', --  and return its message 'Input' channel as well as