|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
异步文件I/O操作类 更多...
#include "NeForce/core/async/cancellation_slot.hpp"#include "NeForce/core/async/io_context.hpp"#include "NeForce/core/exception/error_code.hpp"#include "NeForce/core/file/file_constants.hpp"#include "NeForce/core/string/string.hpp"类 | |
| class | neforce::file_async |
| 文件异步I/O管理类 更多... | |
异步文件I/O操作类
提供通过 io_context 驱动的异步文件读写操作。 Windows 使用 IOCP,Linux 使用 io_uring(内核 5.1+)。
在文件 file_async.hpp 中定义.