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