folly::SSLAcceptRunner

Run SSL_accept via a runner

Synopsis

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

class SSLAcceptRunner;

Member Functions

NameDescription
~SSLAcceptRunner [destructor] [virtual]Destroys the runner.
run [virtual]This is expected to run the first function and provide its return value to the second function. This can be used to run the SSL_accept in different contexts.