Skip to content

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

License

Notifications You must be signed in to change notification settings

torchcc/data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages