Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultIdIssuer varintIdIssuer
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher[S any] struct { // contains filtered or unexported fields }
func (*Dispatcher[S]) Add ¶
func (me *Dispatcher[S]) Add(key Key, state S)
func (*Dispatcher[S]) Delete ¶
func (me *Dispatcher[S]) Delete(key Key) bool
func (*Dispatcher[S]) Have ¶
func (me *Dispatcher[S]) Have(key Key) bool
func (*Dispatcher[S]) NumActive ¶
func (me *Dispatcher[S]) NumActive() int
func (*Dispatcher[S]) Pop ¶
func (me *Dispatcher[S]) Pop(key Key) S
Click to show internal directories.
Click to hide internal directories.