Buffer-oriented asynchronous read stream requirements

Boost C++ Libraries/Boost.Asio

Boost.Asio - Buffer-oriented asynchronous read stream requirements

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

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