|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
异步操作结果句柄 更多...
#include <file_async.hpp>
Public 属性 | |
| bool | completed = false |
| 操作是否已完成 | |
| size_t | bytes_transferred = 0 |
| 实际传输的字节数 | |
| int | error_code = 0 |
| 错误码(0表示成功) | |
| aiocb_type * | cb = nullptr |
| 异步I/O控制块指针 | |
| async_context * | user_context = nullptr |
| 用户上下文指针 | |