You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The
BaseConfig
class keeps its internal mutable state asIORef
s, and we should change this toscalaz.stream.async.mutable.Signal
to make it easier to subscribe to changes. Users should be able to get aProcess[Task,Config]
from (or even instead of) aMutableConfig
.The text was updated successfully, but these errors were encountered: