input/async: remove outdated API documentation
This commit is contained in:
parent
513212c5e8
commit
cfc152d979
@ -69,10 +69,6 @@ protected:
|
|||||||
std::exception_ptr postponed_exception;
|
std::exception_ptr postponed_exception;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
|
||||||
* @param _buffer a buffer allocated with HugeAllocate(); the
|
|
||||||
* destructor will free it using HugeFree()
|
|
||||||
*/
|
|
||||||
AsyncInputStream(EventLoop &event_loop, const char *_url,
|
AsyncInputStream(EventLoop &event_loop, const char *_url,
|
||||||
Mutex &_mutex, Cond &_cond,
|
Mutex &_mutex, Cond &_cond,
|
||||||
size_t _buffer_size,
|
size_t _buffer_size,
|
||||||
|
Loading…
Reference in New Issue
Block a user