internal/task: implement atomic primitives for preemptive scheduling

This commit is contained in:
Ayke van Laethem
2024-10-27 10:26:23 +01:00
parent 7417c14c2d
commit 2599db2990
8 changed files with 111 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build !scheduler.threads
package task
type Mutex struct {