mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
internal/task: implement atomic primitives for preemptive scheduling
This commit is contained in:
committed by
Ron Evans
parent
789b5c6b78
commit
5b243f652c
@@ -1,3 +1,5 @@
|
||||
//go:build !scheduler.threads
|
||||
|
||||
package task
|
||||
|
||||
type Mutex struct {
|
||||
|
||||
Reference in New Issue
Block a user