Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
/ goroutine Public archive

[DEPRECATED] Expose goroutine id to wild world. Alternative approach is https://github.com/huandu/go-tls

License

Notifications You must be signed in to change notification settings

huandu/goroutine

Repository files navigation

Hacking goroutine

Package goroutine is merely a hack. It exports goroutine id to outside so that you can use it for whatever purpose. However, it's highly recommended to not use this package in your daily life. It may be broken at any go release as it's a hack.

Usage

Get the latest version through go get -u github.com/huandu/goroutine.

Get current goroutine id with goroutine.GoroutineId().

// Get id of current goroutine.
var id int64 = goroutine.GoroutineId()
println(id)

See godoc for more details.

Caveats

Package goroutine is not well tested due to lack of test machines.

Tested platforms.

  • go1.5.1 + Darwin (Mac OSX 10.11.1) + amd64 CPU

License

This package is licensed under MIT license. See LICENSE for details.

About

[DEPRECATED] Expose goroutine id to wild world. Alternative approach is https://github.com/huandu/go-tls

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages