|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Runtime/AbstractBufferProvider.hpp>#include <Runtime/BufferRecycler.hpp>#include <Runtime/RuntimeForwardRefs.hpp>#include <condition_variable>#include <deque>#include <memory>#include <mutex>#include <optional>Classes | |
| class | NES::Runtime::FixedSizeBufferPool |
| A local buffer pool that uses N exclusive buffers and then falls back to the global buffer manager. More... | |
Namespaces | |
| NES | |
| This exception represents a network error. | |
| NES::Runtime | |
| Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads. | |
| NES::Runtime::detail | |
Variables | |
| const std::chrono::seconds | NES::Runtime::DEFAULT_BUFFER_TIMEOUT = std::chrono::seconds(10) |