folly::AsyncReader::ReadCallback::readEOF

readEOF() will be invoked when the transport is closed.

Synopsis

Declared in <folly/io/async/AsyncTransport.h>

virtual
void
readEOF() noexcept = 0;

Description

The read callback will be automatically uninstalled immediately before readEOF() is invoked.