Searched refs:ProxyAsync (Results 1 – 3 of 3) sorted by relevance
47 std::unique_ptr<ProxyServer> ProxyAsync(SharedFD server, std::function<SharedFD()> conn_factory);
195 std::unique_ptr<ProxyServer> ProxyAsync(SharedFD server, std::function<SharedFD()> conn_factory) { in ProxyAsync() function
151 return ProxyAsync(CF_EXPECT(server.Start()), [&client] { return client.Start(); }); in StartProxyAsync()