Contents

DispatchSpecificKey

A key associated with a specific contextual value on a dispatch queue.

Declaration

final class DispatchSpecificKey<T>

Overview

Access the value of a key using the setSpecific(key:value:) and getSpecific(key:) methods.

Topics

Creating a Key

See Also

Getting and Setting Contextual Data