FAUCET event notification.
faucet.faucet_event.
FaucetEventNotifier
Bases: object
object
Event notification, via Unix domain socket.
check_path
Check that socket_path is valid.
notify
Notify of an event.
start
Start socket server.
NonBlockLock
Non blocking lock that can be used as a context manager.
acquire_nonblock
Attempt to acquire a lock.
release
Release lock when done.