Commit Graph

8 Commits (e41da3845d72e3adc7ae2cd3a02fc1f3943ebee6)

Author SHA1 Message Date
Ethan Koenig bfb44f8854 Fix status table race condition ()
Ethan Koenig 021904e4e6 Fix typos in models/ and modules/ ()
Andrew a36a8f4d72 Add missing copyright header to status table test ()
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 c1ecb6c60a modules/sync: add UniqueQueue
Unknwon 43297148b2 modules/sync: rename SingleInstancePool to ExclusivePool
Unknwon ec332cf903 Minor naming improvement
Unknwon 660e7a178a modules/sync: move sync objects to independent module