Run SSL_accept via a runner
Declared in <folly/io/async/SSLContext.h>
class SSLAcceptRunner;
| 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. |