tinygo/src/sync
deadprogram 01d2ef327d sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceValues
Signed-off-by: deadprogram <ron@hybridgroup.com>
2023-07-20 08:09:03 +02:00
..
cond.go Add sync.NewCond 2021-06-01 15:02:11 +02:00
cond_test.go sync: add tests 2021-12-22 11:02:45 +01:00
doc.go sync: add a package doc 2021-12-20 13:35:57 -05:00
map.go sync: implement map.LoadAndDelete 2022-09-02 11:48:01 +02:00
map_test.go sync: implement map.LoadAndDelete 2022-09-02 11:48:01 +02:00
mutex.go sync: add a package doc 2021-12-20 13:35:57 -05:00
mutex_test.go sync: add tests 2021-12-22 11:02:45 +01:00
once.go all: use a custom sync package 2018-09-15 18:51:51 +02:00
once_test.go sync: add tests 2021-12-22 11:02:45 +01:00
oncefunc.go sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceValues 2023-07-20 08:09:03 +02:00
oncefunc_test.go sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceValues 2023-07-20 08:09:03 +02:00
pool.go Update docs 2022-11-04 19:53:12 +01:00
pool_test.go sync: implement simple pooling in sync.Pool 2022-11-04 19:53:12 +01:00
waitgroup.go sync: add WaitGroup 2020-05-09 01:08:56 +02:00
waitgroup_test.go sync: add tests 2021-12-22 11:02:45 +01:00