10#include "dawn/io/common.hxx"
11#include "dawn/io/notifier.hxx"
12#include "dawn/porting/config.hxx"
13#ifdef CONFIG_DAWN_IO_NOTIFY_STREAM
14# include "dawn/io/stream_notifier.hxx"
50#ifdef CONFIG_DAWN_IO_NOTIFY_STREAM
56 std::vector<SNotifierEntry> entries;
Base class for all I/O objects.
Manages notifier instances for I/O objects.
I/O notification handler with poll-based event delivery.
Stream-based I/O notifier with dedicated thread per I/O.
Out-of-tree user-extension hooks for Dawn.