summaryrefslogtreecommitdiff
path: root/lib/buffer_queue_circ.cpp
blob: 41a31c78a846200ebb6ee6f6f9269f63ca7e40d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information.

#include <gras/buffer_queue.hpp>

using namespace gras;

BufferQueueSptr BufferQueue::make_circ(
    const SBufferConfig &config
){
    
}