Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 227 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 227 Bytes

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.