tinygo/src/sync
Ayke van Laethem c237633d34
all: use a custom sync package
The sync package is strongly tied to the runtime, so it's easier to
implement a new one. Besides, it's pretty big so it's better to replace
it.
2018-09-15 18:51:51 +02:00
..
mutex.go all: use a custom sync package 2018-09-15 18:51:51 +02:00
once.go all: use a custom sync package 2018-09-15 18:51:51 +02:00