Commit Graph

5 Commits (bc0977f1c99fb2a61b885d6692179395d6cc12c2)

Author SHA1 Message Date
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
KN4CK3R 0e57ff7eee
Add generic set type ()
This PR adds a generic set type to get rid of maps used as sets.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Ethan Koenig bfb44f8854 Fix status table race condition ()
Andrew 1da7dd3da9 Improve status table implementation ()
* Remove superfluous defer calls

* Improve status table implementation as well

This would probably only help with large, high-traffic installs
Unknwon 660e7a178a modules/sync: move sync objects to independent module