mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
internal/task: implement atomic primitives for preemptive scheduling
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build !scheduler.threads
|
||||
|
||||
package task
|
||||
|
||||
type Mutex struct {
|
||||
|
||||
Reference in New Issue
Block a user