|
unilink
0.4.3
A simple C++ library for unified async communication
|
#include <functional>#include <future>#include <memory>#include <string>#include <string_view>#include "unilink/base/visibility.hpp"#include "unilink/wrapper/context.hpp"Go to the source code of this file.
Classes | |
| class | unilink::wrapper::ChannelInterface |
| Common interface for 1:1 point-to-point communication (e.g., TcpClient, Serial, Udp) More... | |
Namespaces | |
| unilink | |
| unilink::wrapper | |