0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-18 21:30:36 +01:00
forgejo/modules/queue
Gusted b5383590de
Fix 64-bit atomic operations on 32-bit machines ()
- Doing 64-bit atomic operations on 32-bit machines is a bit tricky by
golang, as they can only be done under certain set of
conditions(https://pkg.go.dev/sync/atomic#pkg-note-BUG).
- This PR fixes such case whereby the conditions weren't met, it moves
the int64 to the first field of the struct, which will 64-bit operations
happening on this property on 32-bit machines.
- Resolves 
2022-04-27 10:32:04 -05:00
..
bytefifo.go
helper.go
manager.go
queue.go
queue_bytefifo.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
queue_channel.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
queue_channel_test.go Prevent intermittent NPE in queue tests () 2022-04-02 15:59:04 +08:00
queue_disk.go
queue_disk_channel.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
queue_disk_channel_test.go Prevent intermittent NPE in queue tests () 2022-04-02 15:59:04 +08:00
queue_disk_test.go
queue_redis.go
queue_test.go
queue_wrapped.go
setting.go
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this () 2020-02-02 23:19:58 +00:00
unique_queue_channel.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
unique_queue_channel_test.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
unique_queue_disk.go Pause queues () 2022-01-22 21:22:14 +00:00
unique_queue_disk_channel.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
unique_queue_redis.go
unique_queue_wrapped.go
workerpool.go Fix 64-bit atomic operations on 32-bit machines () 2022-04-27 10:32:04 -05:00