package
1.2.5
Repository: https://github.com/goplusjs/gopherjs.git
Documentation: pkg.go.dev

# Structs

Map is a concurrent map with amortized-constant-time loads, stores, and deletes.
Mutex is a dummy which is non-blocking.
Once is an object that will perform exactly one action.
A Pool is a set of temporary objects that may be individually saved and retrieved.
RWMutex is a dummy which is non-blocking.
WaitGroup is a dummy which is non-blocking.