mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
sync: add a package doc
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Package sync implements synchronization primitives similar to those provided by the standard Go implementation.
|
||||
// These are not safe to access from within interrupts, or from another thread.
|
||||
// The primitives also lack any fairness guarantees, similar to channels and the scheduler.
|
||||
package sync
|
||||
Reference in New Issue
Block a user