winss
|
#include <windows.h>
#include <chrono>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <functional>
#include "handle_wrapper.hpp"
#include "event_wrapper.hpp"
Go to the source code of this file.
Classes | |
struct | winss::WaitTimeoutItem |
Holds timeout information such that when a timeout occurs the multiplexer knows how to handle it. More... | |
class | winss::WaitMultiplexer |
A HANDLE wait multiplexer. More... | |
Namespaces | |
winss | |
Typedefs | |
typedef std::function< void(WaitMultiplexer &)> | winss::Callback |
A callback function for wait multiplexer events. More... | |
typedef std::function< void(WaitMultiplexer &, const winss::HandleWrapper &)> | winss::TriggeredCallback |
A callback function specifically for triggered multiplexer events. More... | |