# Functions
Creates a new CheckThreadPool with given max.
NewResultCollector creates a new ResultCollector.
No description provided by the author
No description provided by the author
# Structs
CheckThreadPool runs individual functions (presumably checks) as go routines.
No description provided by the author
ResultCollector accumulates results of each check, as the checks run in parallel.