good morning!!!!

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

more races

parent 8ebac230
No related branches found
No related tags found
No related merge requests found
Pipeline #74059 passed with stages
in 10 minutes and 57 seconds
......@@ -15,10 +15,11 @@ import (
type Pooler struct {
waiting chan struct{}
pool pools.Locked[chan uuid.UUID]
servers map[uuid.UUID]struct{}
queue []uuid.UUID
waiters ring.Ring[chan<- uuid.UUID]
pool pools.Pool[chan uuid.UUID]
closed bool
mu sync.Mutex
}
......
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