knobs icon indicating copy to clipboard operation
knobs copied to clipboard

Make reloading and change subscription stream-based

Open runarorama opened this issue 10 years ago • 1 comments

The BaseConfig class keeps its internal mutable state as IORefs, and we should change this to scalaz.stream.async.mutable.Signal to make it easier to subscribe to changes. Users should be able to get a Process[Task,Config] from (or even instead of) a MutableConfig.

runarorama avatar Oct 30 '15 20:10 runarorama

:+1:

ceedubs avatar Oct 30 '15 22:10 ceedubs