go:internals:thread-local_storage
Thread-local storage
See an explanation on Wikipedia and on MSDN.
Additional notes:
In an x86 environment, the
FS register points to the current value of the “Thread Information Block” (TIB) structure.
(ref.),
(ref.)
See also
go/internals/thread-local_storage.txt · Last modified: 2020/11/23 17:23 (external edit)