golang dataStructure
for now we have
- a golang implementation of java's LinkedBlockingQueue, it has nearly all api that java has. including PollTimeout, Poll, Take, Offer, OfferTimeout, Put, iteration (Range) and so on.
golang dataStructure
for now we have