Commit 21aa1631 authored by Max Kellermann's avatar Max Kellermann

input/async: add API documentation

parent 49968541
......@@ -62,6 +62,10 @@ protected:
Error postponed_error;
public:
/**
* @param _buffer a buffer allocated with HugeAllocate(); the
* destructor will free it using HugeFree()
*/
AsyncInputStream(const char *_url,
Mutex &_mutex, Cond &_cond,
void *_buffer, size_t _buffer_size,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment