Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ganeti.ConfigReader
Description
Implementation of configuration reader with watching support.
Synopsis
- type ConfigReader = IO (Result ConfigData)
- initConfigReader :: (Result ConfigData -> IO ()) -> IO ()
Documentation
type ConfigReader = IO (Result ConfigData) #
A type for functions that can return the configuration when executed.
initConfigReader :: (Result ConfigData -> IO ()) -> IO () #