An open API service indexing awesome lists of open source software.

https://github.com/visualfc/gid

golang routine id
https://github.com/visualfc/gid

Last synced: about 1 month ago
JSON representation

golang routine id

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()
```