neo-go/pkg/network/bqueue
Roman Khimov 0a160ee93b *: use CompareAndSwap instead of CAS for atomics
go.uber.org/atomic deprecated CAS methods in version 1.10 (that introduced
CompareAndSwap), so we need to fix it.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-04-28 12:07:19 +03:00
..
queue.go *: use CompareAndSwap instead of CAS for atomics 2023-04-28 12:07:19 +03:00
queue_test.go network: move blockqueue to a separate package 2023-03-15 17:37:47 +03:00