From aaddbc39b4c7024b3c12f2eb5ac627d482f6af42 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 5 Jan 2022 11:27:50 +0000 Subject: - Add support for using an unbound Q -> nonblocking. - It uses a synchronized overflow Q if the main Q is full. - Long term it is the intention that the blocking option will be removed. --- vespalib/src/vespa/vespalib/util/arrayqueue.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vespalib') diff --git a/vespalib/src/vespa/vespalib/util/arrayqueue.hpp b/vespalib/src/vespa/vespalib/util/arrayqueue.hpp index 73e70e7fd89..8f3dd8ab006 100644 --- a/vespalib/src/vespa/vespalib/util/arrayqueue.hpp +++ b/vespalib/src/vespa/vespalib/util/arrayqueue.hpp @@ -2,11 +2,11 @@ #pragma once -#include -#include +#include "traits.h" +#include +#include #include #include -#include "traits.h" namespace vespalib { -- cgit v1.2.3