system/EPollFD: update API documentation
This commit is contained in:
parent
c2f23d92dc
commit
13ac74e0a2
|
@ -31,13 +31,14 @@ struct epoll_event;
|
|||
|
||||
/**
|
||||
* A class that wraps Linux epoll.
|
||||
*
|
||||
* Errors in the constructor are fatal.
|
||||
*/
|
||||
class EPollFD {
|
||||
const int fd;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Throws on error.
|
||||
*/
|
||||
EPollFD();
|
||||
|
||||
~EPollFD() noexcept {
|
||||
|
|
Loading…
Reference in New Issue