# Functions
NewEmptyParameters creates a new instance of the map and assigns its value.
NewFixedRateTimer creates new instance of the timer and sets its values.
NewFixedRateTimerFromCallback creates new instance of the timer and sets its values.
NewFixedRateTimerFromTask creates new instance of the timer and sets its values.
NewParameters creates a new instance of the map and assigns its value.
NewParametersFromConfig creates new Parameters from ConfigMap object.
NewParametersFromMaps creates a new Parameters by merging two or more maps.
NewParametersFromTuples creates a new Parameters object filled with provided key-value pairs called tuples.
NewParametersFromTuplesArray creates a new AnyValueMap from a list of key-value pairs called tuples.
NewParametersFromValue creates a new Parameters object filled with key-value pairs from specified object.
# Structs
FixedRateTimer timer that is triggered in equal time intervals.
Parameters contains map with execution parameters.
# Interfaces
IExecutable interface for components that can be called to execute work.
INotifiable interface for components that can be asynchronously notified.
IParameterized interface for components that require execution parameters.