|
Seastar
High performance C++ framework for concurrent servers
|
Seastar provides an API which can be used to monitor filesystem modifications.
Classes | |
| class | seastar::experimental::fsnotifier |
| Filesystem modification notifier. More... | |
Functions | |
| fsnotifier::flags | seastar::experimental::operator| (fsnotifier::flags a, fsnotifier::flags b) |
| Take the union of two events. | |
| void | seastar::experimental::operator|= (fsnotifier::flags &a, fsnotifier::flags b) |
| Take the union of two events, assignment form. | |
| fsnotifier::flags | seastar::experimental::operator& (fsnotifier::flags a, fsnotifier::flags b) |
| Take the intersection of two events. | |
| void | seastar::experimental::operator&= (fsnotifier::flags &a, fsnotifier::flags b) |
| Take the intersection of two events, assignment form. | |