torchcc / data-structure

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

Repository from Github https://github.comtorchcc/data-structureRepository from Github https://github.comtorchcc/data-structure

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.

About

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

License:MIT License


Languages

Language:Go 100.0%