| 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 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected