Home
last modified time | relevance | path

Searched defs:close_after (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp33 struct close_after struct
35 close_after(std::chrono::steady_clock::duration t, tcp_socket& s) in close_after() argument
50 // The async_result template is specialised to allow the close_after token to argument
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp33 struct close_after struct
35 close_after(boost::asio::chrono::steady_clock::duration t, tcp_socket& s) in close_after() function
50 // The async_result template is specialised to allow the close_after token to argument
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp33 struct close_after struct
35 close_after(boost::asio::chrono::steady_clock::duration t, tcp_socket& s) in close_after() argument
50 // The async_result template is specialised to allow the close_after token to argument
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp33 struct close_after struct
35 close_after(std::chrono::steady_clock::duration t, tcp_socket& s) in close_after() function
50 // The async_result template is specialised to allow the close_after token to argument
/third_party/python/Lib/test/test_asyncio/
Dtest_sendfile.py29 def __init__(self, loop=None, close_after=0): argument
248 def prepare_sendfile(self, *, is_ssl=False, close_after=0): argument