Searched defs:scStateUpdateBuffer (Results 1 – 1 of 1) sorted by relevance
39 type scStateUpdateBuffer struct { struct40 c chan *scStateUpdate41 mu sync.Mutex42 backlog []*scStateUpdate51 func (b *scStateUpdateBuffer) put(t *scStateUpdate) {64 func (b *scStateUpdateBuffer) load() {81 func (b *scStateUpdateBuffer) get() <-chan *scStateUpdate {