input/async: add API documentation

This commit is contained in:
Max Kellermann 2014-12-14 14:21:08 +01:00
parent 49968541fd
commit 21aa1631a4
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ protected:
Error postponed_error; Error postponed_error;
public: public:
/**
* @param _buffer a buffer allocated with HugeAllocate(); the
* destructor will free it using HugeFree()
*/
AsyncInputStream(const char *_url, AsyncInputStream(const char *_url,
Mutex &_mutex, Cond &_cond, Mutex &_mutex, Cond &_cond,
void *_buffer, size_t _buffer_size, void *_buffer, size_t _buffer_size,