routine
Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.
File Explorer
Download Latest Version (.zip)- routine_demo_goid.go
- routine_demo_localstorage.go
- g.go
- g_test.go
- getg_386.s
- getg_amd64.s
- getg_arm.s
- getg_arm64.s
- go_tls.h
- .gitignore
- .travis.yml
- go.mod
- LICENSE
- README.md
- README_zh.md
- routine_api.go
- routine_api_test.go
- routine_g.go
- routine_g_test.go
- routine_storage.go
- routine_storage_test.go
- routine_store.go
- routine_store_test.go
// repository documentation
Was this content helpful?
(0 ratings)
