# Functions

CommaDelimitedOptionalValue takes an array of strings and returns a pointer to a string containing all values concatenated with commas, or nil if the array is empty.
NewTaskPoller creates a new TaskPoller.
Subtract takes two maps and returns a slice of keys that exist in the left map but not the right.

# Structs

TaskPoller is a helper to poll an API for the status of an asynchronous task.

# Interfaces

No description provided by the author