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 implementation of Java's LinkedBlockingQueue with almost the same apis as Java's
Repository from Github https://github.comtorchcc/data-structure
golang dataStructure
for now we have
Golang implementation of Java's LinkedBlockingQueue with almost the same apis as Java's
MIT License