good morning!!!!

Skip to content
Snippets Groups Projects
Commit ee821a0c authored by Garet Halliday's avatar Garet Halliday
Browse files

i forgot the close(done)

parent 1a5388fd
No related branches found
No related tags found
Loading
......@@ -199,6 +199,7 @@ func (T *Scheduler) Acquire(user uuid.UUID, mode rob.SyncMode) uuid.UUID {
log.Printf("NOWHERE TO BE FOUND")
}()
defer close(done)
return <-ready
case rob.SyncModeTryNonBlocking:
if id := T.Acquire(user, rob.SyncModeNonBlocking); id != uuid.Nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment