Commit 13ac74e0 authored by Max Kellermann's avatar Max Kellermann

system/EPollFD: update API documentation

parent c2f23d92
...@@ -31,13 +31,14 @@ struct epoll_event; ...@@ -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 {
......
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