Method code for $connection.daemon_shutdown()

[Turn on line numbering]
var c;

// called by $daemon.stop_listening()
(> .perms(caller(), $daemon) <);
for c in (.children())
    (> c.close() <);
(> interface.daemon_shutdown() <);

["// Created 21-Aug-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark