Files
tinygo/src/sync
Jake Bailey 4204f3d065 sync: add Map.CompareAndSwap and Map.CompareAndDelete
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.
2026-05-11 14:13:10 -07:00
..
2021-12-22 11:02:45 +01:00
2025-01-14 11:11:15 +01:00
2021-12-20 13:35:57 -05:00
2024-08-17 11:49:14 +02:00
2025-08-06 17:08:26 +02:00
2025-09-13 11:04:07 -04:00
2025-09-13 11:04:07 -04:00
2021-12-22 11:02:45 +01:00
2018-09-15 18:51:51 +02:00
2024-11-22 11:55:52 +01:00
2021-12-22 11:02:45 +01:00
2026-01-07 20:01:42 +00:00