package
1.1.0
Repository: https://github.com/funbytes/modern-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AtExit runs f when current goroutine is exiting.
AtExitID runs f when current goroutine is exiting.
Del data by key.
No description provided by the author
Get data by key.
No description provided by the author
No description provided by the author
ID returns a unique ID for a goroutine.
MakeData wraps data to Data.
Reset clears TLS data and releases all resources for current goroutine.
Set data for key.
No description provided by the author
No description provided by the author
Unload completely unloads TLS and clear all data and AtExit handlers.

# Interfaces

Data holds a value in TLS.