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

Function AsyncFileWrite

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

Source from the content-addressed store, hash-verified

898/// Callback will be called when the file is ready to receive more bytes to write. @n
899///
900/// Call AsyncRequest::executeOn to set a thread pool if this is a buffered file and not a pipe.
901/// This is important on APIs with blocking behaviour on buffered file I/O (all APIs except `io_uring`).
902///
903/// @ref library_file library can be used to open the file and obtain a blocking or non-blocking file descriptor handle.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected