Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
Loading...
Searching...
No Matches
io_and_sockets.hpp
Go to the documentation of this file.
1#ifndef IO_AND_SOCKETS_HPP
2#define IO_AND_SOCKETS_HPP
3
29namespace io_and_sockets {
30
47int runDemo();
48
49} // namespace io_and_sockets
50
51#endif // IO_AND_SOCKETS_HPP
Provides cross-platform functionality for monitoring I/O and socket events.
Definition io_and_sockets.cpp:48
int runDemo()
Run demo for the I/O and socket monitoring example.
Definition io_and_sockets.cpp:96