mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 12:33:42 +00:00
add sync.Cond
This commit is contained in:
@@ -69,3 +69,8 @@ func (rw *RWMutex) RUnlock() {
|
||||
rw.m.Unlock()
|
||||
}
|
||||
}
|
||||
|
||||
type Locker interface {
|
||||
Lock()
|
||||
Unlock()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user