This commit is contained in:
Nav
2022-04-16 21:23:03 +01:00
parent fe665cb763
commit 8d26340c41
4 changed files with 12 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ Key points:
[eventfd object](https://man7.org/linux/man-pages/man2/eventfd.2.html). It implements the
[`NotifierInterface`](../Helpers/NotifierInterface.hpp). An event can be recorded against the eventfd
object via a call to `EventFdNotifier::notify()`.
- The [`EventListener`](../EventManager/EventListener.hpp) class can accept an `NotifierInterface` object via
- The [`EventListener`](../EventManager/EventListener.hpp) class can accept a `NotifierInterface` object via
`EventListener::setInterruptEventNotifier()`. If a `NotifierInterface` has been set on an `EventListener`, the
`EventListener` will call `NotifierInterface::notify()` everytime an event is registered for that listener.
- The `EpollInstance` class is an RAII wrapper for a Linux