Run SSL_accept via a runner
Synopsis
Declared in <folly/io/async/SSLContext.h>
class SSLAcceptRunner;
Member Functions
Name |
Description |
|
Destroys the runner. |
|
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