Home
last modified time | relevance | path

Searched refs:write_fut (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/process/example/
Dio.cpp80 std::future<void> write_fut; in main() local
85 bp::std_in < bp::buffer(value) > write_fut in main()
88 write_fut.get(); in main()
/third_party/python/Lib/test/test_asyncio/
Dtest_proactor_events.py256 write_fut = tr._write_fut = mock.Mock()
260 write_fut.cancel.assert_called_with()