Run SSL_accept via a runner

Synopsis

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

class SSLAcceptRunner;

Member Functions

Name

Description

~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.

Created with MrDocs