Safe Haskell | None |
---|---|
Language | GHC2021 |
Shrun.Configuration.Data.CommandLogging.PollInterval
Description
Provides the PollInterval
type.
Synopsis
- newtype PollInterval = MkPollInterval {}
- parsePollInterval :: Functor m => m Natural -> m PollInterval
Documentation
newtype PollInterval Source #
Represents how often to poll for command logs, in microseconds. Zero is interpreted as infinite i.e. limited only by the CPU.
Constructors
MkPollInterval | |
Fields |
Instances
parsePollInterval :: Functor m => m Natural -> m PollInterval Source #