Version 1.0.6
Release notes
Bugs
- Fix fault error when pprof is running.
Features
- Support more architectures
386
,amd64
,armv6
,armv7
,arm64
.
Changes
- Read and write
coroutine
information through thegohack
library, theoretically support unreleasedgo
versions in the future. - When
runtime.g
cannot be obtained natively,panic
directly instead of falling back to invokeruntime.Stack()
method. - Remove api
ThreadLocal.Id()
.
Links
- Source code https://github.com/timandy/routine/tree/v1.0.6