Make `MetricsFactory` Sendable (#116)
This commit is contained in:
parent
53be78637e
commit
bd1b935c8e
|
|
@ -555,7 +555,7 @@ public enum MetricsSystem {
|
||||||
/// While some libraries may not need to implement this destroying as they may be stateless or similar,
|
/// While some libraries may not need to implement this destroying as they may be stateless or similar,
|
||||||
/// libraries using the metrics API should always assume a library WILL make use of this signal, and shall not
|
/// libraries using the metrics API should always assume a library WILL make use of this signal, and shall not
|
||||||
/// neglect calling these methods when appropriate.
|
/// neglect calling these methods when appropriate.
|
||||||
public protocol MetricsFactory {
|
public protocol MetricsFactory: _SwiftMetricsSendableProtocol {
|
||||||
/// Create a backing `CounterHandler`.
|
/// Create a backing `CounterHandler`.
|
||||||
///
|
///
|
||||||
/// - parameters:
|
/// - parameters:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue