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