Add id to thread.Thread

This commit is contained in:
gingerBill
2021-10-24 12:30:25 +01:00
parent 06f4762144
commit c9e6862332
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ MAX_USER_ARGUMENTS :: 8
Thread :: struct {
using specific: Thread_Os_Specific,
id: int,
procedure: Thread_Proc,
data: rawptr,
user_index: int,