Version 0.0.1
Release notes
Features
- Support go version range
go1.12
~go1.16
. - Support
Goid()
to get current goroutine id. - Support
AllGoids
to get all goroutine ids. - Support
ThreadLocal
to save values ingo to goroutine.
Known Issues
NewLocalStorage()
always return the same value.
Links
- Source code https://github.com/timandy/routine/tree/v0.0.1