https://github.com/visualfc/gid
golang routine id
https://github.com/visualfc/gid
Last synced: about 1 month ago
JSON representation
golang routine id
- Host: GitHub
- URL: https://github.com/visualfc/gid
- Owner: visualfc
- License: apache-2.0
- Created: 2023-06-14T13:17:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T06:10:25.000Z (over 1 year ago)
- Last Synced: 2025-10-25T12:51:49.750Z (10 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gid
golang routine id
- Go use
- LLGo use C.pthread_self
```
import "github.com/visualfc/gid"
var id uint64 = gid.Get()
```