Implement share worker #225

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-04-03 18:08:49 +02:00
parent 15d32016c6
commit 2e5840f3b0
18 changed files with 261 additions and 64 deletions

View File

@@ -4,6 +4,9 @@ import (
"sync"
)
var Db = sync.Mutex{}
var Worker = Busy{}
var (
Db = sync.Mutex{}
Worker = Busy{}
Sync = Busy{}
Share = Busy{}
)