MCPcopy Create free account
hub / github.com/chriskohlhoff/asio / close

Function close

include/asio/basic_file.hpp:614–619  ·  view source on GitHub ↗

Close the file. * This function is used to close the file. Any asynchronous read or write * operations will be cancelled immediately, and will complete with the * asio::error::operation_aborted error. * * @throws asio::system_error Thrown on failure. Note that, even if * the function indicates an error, the underlying descriptor is closed. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

do_read_headerMethod · 0.50
do_read_bodyMethod · 0.50
do_write_outputMethod · 0.50
do_read_inputMethod · 0.50
do_write_messageMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 2

throw_errorFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected