Versions in this module Expand all Collapse all v0 v0.1.1 Oct 1, 2023 v0.1.0 Sep 29, 2023 Changes in this version + var NewEvents = event.CreateGroupConstructor(func() (newEvents *Events) { ... }) + func WithSchedulerOptions(opts ...options.Option[scheduler.Scheduler]) options.Option[CongestionControl] + type CongestionControl struct + Events *Events + func New(opts ...options.Option[CongestionControl]) *CongestionControl + func (c *CongestionControl) Block(id models.BlockID) (block *scheduler.Block, exists bool) + func (c *CongestionControl) LinkTo(engine *engine.Engine) + func (c *CongestionControl) Scheduler() *scheduler.Scheduler + func (c *CongestionControl) Shutdown() + type Events struct + Scheduler *scheduler.Events