Versions in this module Expand all Collapse all v0 v0.0.5 Sep 22, 2021 Changes in this version + type Blocker struct + func NewBlocker(ticketChan <-chan struct{}) *Blocker + func (b *Blocker) Block(flag string) + func (b *Blocker) Close() + func (b *Blocker) GetPriority(flag string) Priority + func (b *Blocker) Run() + func (b *Blocker) SetPriority(flag string, p Priority) + type Priority uint8 + const PriorityLevel0 + const PriorityLevel1 + const PriorityLevel2 + const PriorityLevel3 + const PriorityLevel4 + const PriorityLevel5 + const PriorityLevel6 + const PriorityLevel7 + const PriorityLevel8 + const PriorityLevel9