scclib
Stable Cloud Computing C++ Library
Functions

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>
Include dependency graph for poller.cc:

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)
 

Detailed Description

Tests for Kernel file descriptor event notification poller.

Definition in file poller.cc.