Module Domain.TLSSource
Thread-local storage. Like DLS, but stores a distinct value for each thread. Domains can contain multiple threads, so TLS should be preferred in nearly all cases.
Type of a TLS key
Like DLS.new_key, but represents a distinct value in every thread.
Like DLS.get, but reads the value for the current thread.
Like DLS.set, but sets the value for the current thread.