async_write

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - async_write

async_write async_write 함수는 완료 전에 스트림에 특정 양의 데이터를 쓰는 합성된 비동기 작업이다. 스트림에 제공된 모든 데이터를 쓰는 비동기 작업을 시작한다. [1 / 8 오버로드] template DEDUCED async_write( AsyncWriteStream & s, const ConstBufferSequence & buffers, WriteHandler && handler = DEFAULT, typename enable_if::..

까마귀75
'async_write' 태그의 글 목록