# Packages
No description provided by the author
# Functions
NewPollingHandler will create a new polling handler instance.
# Variables
ErrInvalidValue signals that an invalid value was provided.
ErrLoopAlreadyStarted signals that a loop has already been started.
ErrNilExecutor signals that a nil executor instance has been provided.
ErrNilLogger signals that a nil logger was provided.
# Structs
ArgsPollingHandler is the DTO used in the polling handler constructor.
# Interfaces
Executor defines the behavior of a component able to execute a certain task.