rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msg := <-claim.Messages msg == nil

skiffer-git opened this issue · comments

select {
	case msg := <-claim.Messages():
 }