An open API service indexing awesome lists of open source software.

https://github.com/torchcc/data-structure

Golang implementation of Java's LinkedBlockingQueue with almost the same apis as Java's
https://github.com/torchcc/data-structure

Last synced: 10 months ago
JSON representation

Golang implementation of Java's LinkedBlockingQueue with almost the same apis as Java's

Awesome Lists containing this project

README

          

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.