#include <AsyncSSLSocketTest.h>
Definition at line 1510 of file AsyncSSLSocketTest.h.
folly::SSLAcceptDestroyRunner::~SSLAcceptDestroyRunner |
( |
| ) |
|
|
overridedefault |
void folly::SSLAcceptDestroyRunner::run |
( |
Function< int()> |
acceptFunc, |
|
|
Function< void(int)> |
finallyFunc |
|
) |
| const |
|
inlineoverridevirtual |
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.
Reimplemented from folly::SSLAcceptEvbRunner.
Definition at line 1516 of file AsyncSSLSocketTest.h.
References evb_, and folly::gen::move.
1521 auto ret = acceptFunc();
constexpr detail::Map< Move > move
SSLHandshakeBase * sslBase_
void runInLoop(LoopCallback *callback, bool thisIteration=false)
The documentation for this class was generated from the following file: