![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
定时等待器 更多...
#include <rmvl/io/async.hpp>
Public 成员函数 | |
| TimerAwaiter (IOContext &ctx, FileDescriptor fd, double duration) | |
| Public 成员函数 继承自 rm::async::AsyncIOAwaiter | |
| AsyncIOAwaiter (IOContext &context, FileDescriptor fd) | |
| 创建异步 IO 等待器 | |
额外继承的成员函数 | |
| Protected 属性 继承自 rm::async::AsyncIOAwaiter | |
| FileDescriptor | _aioh {INVALID_FD} |
| 异步 I/O 文件描述符(Windows 下为 IOCP,Linux 下为 epoll) | |
| FileDescriptor | _fd {INVALID_FD} |
| 文件句柄 | |
定时等待器
|
inline |