Seastar
High performance C++ framework for concurrent servers
|
Simple RAII wrapper around a fsnotifier::watch_token.
The events of the path will be unregistered automatically on destruction of the watch.
#include <seastar/core/fsnotify.hh>
Public Member Functions | |
watch (watch &&) noexcept | |
watch & | operator= (watch &&) noexcept |
watch_token | release () |
operator watch_token () const | |
Cast this watch point to a watch token. | |
watch_token | token () const |
Get the token of this watch point. | |
watch_token seastar::experimental::fsnotifier::watch::release | ( | ) |
Reset the watch point.