lookupAndUnwrap(_:deadline:callback:)

ServiceDiscovery+TypeErased.swift:167
@preconcurrency func lookupAndUnwrap<Service, Instance>(_ service: Service, deadline: DispatchTime? = nil, callback: @escaping (Result<[Instance], Error>) -> Void) where Service : Hashable, Service : Sendable, Instance : Hashable, Instance : Sendable