ksql/internal
Matheus de Oliveira db86670b6c Use sync.Map on global caches to avoid race-condition
As known, a map can't be accessed with read/write concurrently on
multiple goroutines. This just replaces all uses of global maps for
caches with sync.Map, which is safe to be used concurrently.
2022-07-04 17:28:27 -03:00
..
structs Use sync.Map on global caches to avoid race-condition 2022-07-04 17:28:27 -03:00
testtools Add tests for the error messages produced by the Mock() 2021-12-30 12:12:33 -03:00