shutdown(_:)

Shutdown the client. This is a noop when using the shared(_:) strategy.

StatsdClient.swift:57
@preconcurrency func shutdown(_ callback: @escaping (Error?) -> Void)

Parameters

callback

A callback for when shutdown is complete.