摘要:
package nsqdtype inFlightPqueue []*Messagefunc newInFlightPqueue(capacity int) inFlightPqueue { return make(inFlightPqueue, 0, capacity)}func (pq inFlightPqueue) Swap(i, j int) { pq[i], pq[j] = ... 阅读全文
posted @ 2017-08-31 11:13
张伯雨
阅读(372)
评论(0)
推荐(0)
2017年8月31日