notifications. */
template <class Handler>
- void onUnthrottle(Handler handler); ///< Register unthrottle notification handler
+ void onUnthrottle(Handler handle); ///< Register unthrottle notification handler
/**< The handler register here will be called, whenever an
unthrottle notification comes in. The \a handler
argument is either an arbitrary callable object or it
range. read returns a past-the-end iterator after the
last character read. This iterator will point to
somewhere within the input range.
- \param[in/out] range Range to store data in
+ \param[in,out] range Range to store data in
\returns past-the-end iterator pointer to after the
last read character
\see \ref read() \n
range. read returns a past-the-end iterator after the
last character read. This iterator will point to
somewhere within the input range.
- \param[in/out] range Range to store data in
+ \param[in,out] range Range to store data in
\param[out] from peers address from which the data was
received
\returns past-the-end iterator pointer to after the
\param[in] handle socket handle to write data to
\param[in] buffer address of buffer to send
\param[in] size number of bytes to write
- \param[in] address peer to send data to
+ \param[in] addr peer to send data to
\returns number of bytes written
*/