MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / AsyncFileRead

Function AsyncFileRead

Libraries/Async/Async.h:820–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818///
819/// Call AsyncRequest::executeOn to set a thread pool if this is a buffered file and not a pipe.
820/// This is important on APIs with blocking behaviour on buffered file I/O (all APIs except `io_uring`).
821///
822/// @ref library_file library can be used to open the file and obtain a file (or pipe) descriptor handle.
823///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected