Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + type Blockable interface + Abandon func(context.Context, ids.ID) + Dependencies func() set.Set[ids.ID] + Fulfill func(context.Context, ids.ID) + Update func(context.Context) + type Blocker map[ids.ID][]Blockable + func (b *Blocker) Abandon(ctx context.Context, id ids.ID) + func (b *Blocker) Fulfill(ctx context.Context, id ids.ID) + func (b *Blocker) Len() int + func (b *Blocker) PrefixedString(prefix string) string + func (b *Blocker) Register(ctx context.Context, pending Blockable) + func (b *Blocker) String() string