From 619c5940110121dbadb790ad94f065089e661bca Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 7 Jan 2018 18:08:15 +0100 Subject: [PATCH] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e568fa0..0e5212f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Release](https://img.shields.io/github/release/sheerun/queue.svg)](https://github.com/sheerun/queue/releases/latest) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.txt) -An blocking FIFO queue based on auto-growing circular buffer, without goroutines. +Lightweight, performant, thread-safe blocking FIFO queue based on auto-growing circular buffer. ## Usage