Searched defs:noteQueue (Results 1 – 1 of 1) sorted by relevance
27 type noteQueue struct { struct28 lock mutex29 data [qsize]noteData30 ri int31 wi int32 full bool36 func (q *noteQueue) push(item *byte) bool {56 func (q *noteQueue) pop() string {