tinygo/src/sync
Cornel 720a54a0fe
extend stdlib to allow import of more packages (#1099)
* stdlib: extend stdlib to allow import of more packages
2020-06-23 11:56:28 +02:00
..
cond.go sync: modify sync.Cond 2020-05-09 01:08:56 +02:00
map.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
mutex.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
once.go all: use a custom sync package 2018-09-15 18:51:51 +02:00
pool.go properly handle nil New func in sync.Pool 2019-10-16 15:12:27 +02:00
waitgroup.go sync: add WaitGroup 2020-05-09 01:08:56 +02:00