MPD
0.20.6
|
#include "check.h"
#include "InputStream.hxx"
#include "thread/Thread.hxx"
#include "thread/Cond.hxx"
#include <exception>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
class | CircularBuffer< T > |
A circular buffer. More... | |
class | ThreadInputStream |
Helper class for moving InputStream implementations with blocking backend library implementation to a dedicated thread. More... | |