stay_alive#
method
- NameServerRunner.stay_alive() bool[source]#
A callback listener; if the sentinel value
Noneis placed in the message queue, returns True signifying a shutdown signal has been received.This function is called by the Daemon’s
requestLoop().- Returns:
- bool
True if shutdown signal received, False otherwise.