thread-id 1.0.0

Get a unique thread ID
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "thread-id"

version = "1.0.0"

authors = ["Ruud van Asseldonk <dev@veniogames.com>"]

license = "Apache-2.0"

readme = "readme.md"

keywords = ["thread", "pthread", "getcurrentthreadid"]

description = "Get a unique thread ID"

repository = "https://github.com/ruud-v-a/thread-id"

documentation = "https://ruud-v-a.github.io/thread-id/doc/v1.0.0/thread-id/"



[dependencies]

libc = "0.2.6"

kernel32-sys = "0.2.1"