Searched defs:Weighted (Results 1 – 1 of 1) sorted by relevance
28 type Weighted struct { struct29 size int6430 cur int6431 mu sync.Mutex32 waiters list.List38 func (s *Weighted) Acquire(ctx context.Context, n int64) error {111 func (s *Weighted) TryAcquire(n int64) bool {122 func (s *Weighted) Release(n int64) {133 func (s *Weighted) notifyWaiters() {