Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewEvents = event.CreateGroupConstructor(func() (newEvents *Events) { return &Events{ Scheduler: scheduler.NewEvents(), } })
NewEvents contains the constructor of the Events object (it is generated by a generic factory).
Functions ¶
func WithSchedulerOptions ¶
Types ¶
type CongestionControl ¶
type CongestionControl struct { Events *Events // contains filtered or unexported fields }
func New ¶
func New(opts ...options.Option[CongestionControl]) *CongestionControl
func (*CongestionControl) LinkTo ¶
func (c *CongestionControl) LinkTo(engine *engine.Engine)
func (*CongestionControl) Scheduler ¶
func (c *CongestionControl) Scheduler() *scheduler.Scheduler
func (*CongestionControl) Shutdown ¶
func (c *CongestionControl) Shutdown()
Click to show internal directories.
Click to hide internal directories.