scclib
Stable Cloud Computing C++ Library
|
Tests for Kernel file descriptor event notification poller. More...
#include <gtest/gtest.h>
#include <iostream>
#include <util/poller.h>
#include <util/event.h>
#include <chrono>
Go to the source code of this file.
Functions | |
std::chrono::milliseconds | zero (0) |
std::chrono::milliseconds | tenth (100) |
TEST (Poller, timeout) | |
TEST (Poller, write) | |
TEST (Poller, read) | |
TEST (Poller, Writeread) | |
Tests for Kernel file descriptor event notification poller.
Definition in file poller.cc.