Registry / utility / timandy-routine

timandy-routine

JSON →
library1.1.6gogounverified

Provides goroutine local storage and thread-safe context management for Go.

go get github.com/timandy/routine
INSTALL
IMPORT
SIG · TIMANDY-ROUTINE
T
timandy-routine
utilitygov1.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

routine
github.com/timandy/routine

Set and get goroutine-local values.

import "github.com/timandy/routine" func main() { routine.Set("key", "value") val := routine.Get("key") _ = val }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
timandy-routine — go get timandy-routine · libregistry