shrun-0.9: A utility program for running shell commands concurrently.
Safe HaskellNone
LanguageGHC2021

Shrun.Configuration.Data.CommandLogging.PollInterval

Description

Provides the PollInterval type.

Synopsis

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 

Instances

Instances details
Num PollInterval Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval

Show PollInterval Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval

Eq PollInterval Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval

Ord PollInterval Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval

Default PollInterval Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval

DecodeTOML PollInterval Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval

(k ~ An_Iso, a ~ Natural, b ~ Natural) => LabelOptic "unPollInterval" k PollInterval PollInterval a b Source # 
Instance details

Defined in Shrun.Configuration.Data.CommandLogging.PollInterval