Safe Haskell | None |
---|---|
Language | GHC2021 |
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.
Instances
parsePollInterval :: Functor m => m Natural -> m PollInterval Source #