getSpecific(key:)
Returns the value for the key associated with this dispatch queue.
Declaration
@preconcurrency func getSpecific<T>(key: DispatchSpecificKey<T>) -> T? where T : SendableParameters
- key:
The key associated with the dispatch queue.
Returns the value for the key associated with this dispatch queue.
@preconcurrency func getSpecific<T>(key: DispatchSpecificKey<T>) -> T? where T : SendableThe key associated with the dispatch queue.