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
- Host: GitHub
- URL: https://github.com/torchcc/data-structure
- Owner: torchcc
- License: mit
- Created: 2021-04-28T16:15:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T16:02:02.000Z (over 4 years ago)
- Last Synced: 2024-06-20T11:49:49.044Z (over 1 year ago)
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.