diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-27 17:02:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-27 17:02:23 -0400 |
| commit | 20b04d366b2cff90c39d06fd424ae3e8b67e49f6 (patch) | |
| tree | 2ebd3fdbacb20ab42bc7ce6b331f99336f551fed /src/Propellor/Property/Concurrent.hs | |
| parent | 6e3b0022fa451181fdce8abd145e27a64a777711 (diff) | |
make Propellor.Message use lock to handle concurrent threads outputting messages
Not yet handled: Output from concurrent programs.
Diffstat (limited to 'src/Propellor/Property/Concurrent.hs')
| -rw-r--r-- | src/Propellor/Property/Concurrent.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Concurrent.hs b/src/Propellor/Property/Concurrent.hs index c57f5228..645a5dfd 100644 --- a/src/Propellor/Property/Concurrent.hs +++ b/src/Propellor/Property/Concurrent.hs @@ -1,7 +1,7 @@ {-# LANGUAGE FlexibleContexts #-} --- | Note that this module does not yet arrange for any output multiplexing, --- so the output of concurrent properties will be scrambled together. +-- | Note that any output of commands run by +-- concurrent properties will be scrambled together. module Propellor.Property.Concurrent ( concurrently, |
