gitea/modules/queue
6543 9c4601bdf8
Code Formats, Nits & Unused Func/Var deletions ()
* _ to unused func options

* rm useless brakets

* rm trifial non used models functions

* rm dead code

* rm dead global vars

* fix routers/api/v1/repo/issue.go

* dont overload import module
..
bytefifo.go Code Formats, Nits & Unused Func/Var deletions ()
helper.go Code Formats, Nits & Unused Func/Var deletions ()
manager.go Migrate to use jsoniter instead of encoding/json ()
queue.go Add queue for code indexer ()
queue_bytefifo.go Code Formats, Nits & Unused Func/Var deletions ()
queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_channel_test.go Fix Workerpool deadlock ()
queue_disk.go Code Formats, Nits & Unused Func/Var deletions ()
queue_disk_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_disk_channel_test.go use assignment in tests ()
queue_disk_test.go use assignment in tests ()
queue_redis.go Code Formats, Nits & Unused Func/Var deletions ()
queue_test.go Migrate to use jsoniter instead of encoding/json ()
queue_wrapped.go Prevent timer leaks in Workerpool and others ()
setting.go Migrate to use jsoniter instead of encoding/json ()
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_disk.go Code Formats, Nits & Unused Func/Var deletions ()
unique_queue_disk_channel.go Prevent race in PersistableChannelUniqueQueue.Has ()
unique_queue_redis.go Code Formats, Nits & Unused Func/Var deletions ()
unique_queue_wrapped.go Add Unique Queue infrastructure and move TestPullRequests to this ()
workerpool.go Prevent timer leaks in Workerpool and others ()