| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-28 | concurrency docs | Joey Hess | |
| 2015-10-27 | make Propellor.Message use lock to handle concurrent threads outputting messages | Joey Hess | |
| Not yet handled: Output from concurrent programs. | |||
| 2015-10-24 | improve RevertableProperty combining | Joey Hess | |
| * Various property combinators that combined a RevertableProperty with a non-revertable property used to yield a RevertableProperty. This was a bug, because the combined property could not be fully reverted in many cases. Fixed by making the combined property instead be a Property HasInfo. * combineWith now takes an addional parameter to control how revert actions are combined (API change). | |||
| 2015-10-24 | Added Propellor.Property.Concurrent for concurrent properties. | Joey Hess | |
| Note that no output multiplexing is currently done. | |||
