auto-update-unliftio-0.1.0.0: auto-update unlifted to MonadUnliftIO
Safe HaskellSafe-Inferred
LanguageHaskell2010

UnliftIO.AutoUpdate.Types

Synopsis

Documentation

data UpdateSettings m a Source #

Settings to control how values are updated.

This should be constructed using defaultUpdateSettings and record update syntax, e.g.:

let settings = defaultUpdateSettings { updateAction = getCurrentTime }

Since: 0.1.0

Constructors

UpdateSettings 

Fields

defaultUpdateSettings :: UpdateSettings Identity () Source #

Default value for creating an UpdateSettings.

Since: 0.1.0