1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-15 06:04:32 -04:00
gitea/modules/queue
KN4CK3R 0e57ff7eee
Add generic set type (#21408)
This PR adds a generic set type to get rid of maps used as sets.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-12 13:18:26 +08:00
..
bytefifo.go
helper.go
manager.go
queue_bytefifo.go
queue_channel_test.go
queue_channel.go
queue_disk_channel_test.go test: use T.TempDir to create temporary test directory (#21043) 2022-09-04 16:14:53 +01:00
queue_disk_channel.go
queue_disk_test.go test: use T.TempDir to create temporary test directory (#21043) 2022-09-04 16:14:53 +01:00
queue_disk.go
queue_redis.go
queue_test.go
queue_wrapped.go
queue.go
setting.go
unique_queue_channel_test.go
unique_queue_channel.go Add generic set type (#21408) 2022-10-12 13:18:26 +08:00
unique_queue_disk_channel.go
unique_queue_disk.go
unique_queue_redis.go
unique_queue_wrapped.go
unique_queue.go
workerpool.go