mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 20:14:04 +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
|
||||
|
||||
// PMutex is a real mutex on systems that can be either preemptive or threaded,
|
||||
|
||||
Reference in New Issue
Block a user