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

Function AsyncFileSend

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

Source from the content-addressed store, hash-verified

1066/// @note On epoll/macOS/Windows this runs synchronously when scheduled and can optionally
1067/// use a thread pool for better concurrency.
1068/// @note On io_uring this uses native async sendfile (IORING_OP_SEND_ZC when available).
1069///
1070/// ## File Opening Requirements
1071///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected