@@ -1019,10 +1019,15 @@ * * @return The file descriptor for the write end of the stream */ - (int)fileDescriptorForWriting; +/*! + * @brief Cancels all pending asyncronous requests on the stream. + */ +- (void)cancelAsyncRequests; + /*! * @brief Closes the stream. */ - (void)close;