Codebase list golang-gopkg-eapache-queue.v1 / 9181cdd0-b137-4e7f-98c7-054101af4e15/upstream/sid
Import upstream version 1.1.0+git20180227.1.093482f Debian Janitor 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11 =====
22
33 [![Build Status](https://travis-ci.org/eapache/queue.svg)](https://travis-ci.org/eapache/queue)
4 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
4 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.svg)](https://godoc.org/github.com/eapache/queue)
55 [![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
66
77 A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.