|
template<typename SyncReadStream , typename MutableBufferSequence > |
std::size_t | read_some (SyncReadStream &s, const MutableBufferSequence &buffers, mira::Duration timeout) |
| Read some data from the specified stream 's' into the given buffer 'buffers'. More...
|
|
template<typename SyncReadStream , typename MutableBufferSequence > |
std::size_t | read_some (SyncReadStream &s, const MutableBufferSequence &buffers, mira::Duration timeout, system::error_code &ec) |
| Read some data from the specified stream 's' into the given buffer 'buffers'. More...
|
|