Buffer-oriented asynchronous write stream requirements

Boost C++ Libraries/Boost.Asio

Boost.Asio - Buffer-oriented asynchronous write stream requirements

Buffer-oriented asynchronous write stream requirements (버퍼-지향 비동기식 스트림 쓰기 요구사항) 유형 X는 아래 나열된 요구 사항을 충족하는 경우 AsyncWriteStream 요구 사항을 충족한다. 아래 표에서 a는 유형 X의 값을 나타내고, cb는 ConstBufferSequence 요구 사항을 충족하는 값(가능하면 const)을 나타내며, t는 완료 토큰이다. 표 5. AsyncWriteStream 요구 사항 작 업 유 형 semantics(의미), pre/post conditions(사전/사후 조건) a.get_executor() Excutor(실행기) 요구 사항을 충족하는 유형이다. 연결된 I/O 실행기(executor)를 반환한다. a.async_..

까마귀75
'Buffer-oriented asynchronous write stream requirements' 태그의 글 목록