mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
4204f3d065
These methods were added in Go 1.20 but were missing from TinyGo's sync.Map implementation, causing compilation failures for code that uses them. The implementation follows the same lock-based approach as the rest of TinyGo's sync.Map.