mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
sync: add a package doc
This commit is contained in:
@@ -5,8 +5,6 @@ import (
|
||||
_ "unsafe"
|
||||
)
|
||||
|
||||
// These mutexes assume there is only one thread of operation and cannot be accessed safely from interrupts.
|
||||
|
||||
type Mutex struct {
|
||||
locked bool
|
||||
blocked task.Stack
|
||||
|
||||
Reference in New Issue
Block a user