Method code for $connection.daemon_shutdown()

[Turn off line numbering]
  1: var c;
  2: 
  3: // called by $daemon.stop_listening()
  4: (> .perms(caller(), $daemon) <);
  5: for c in (.children())
  6:     (> c.close() <);
  7: (> interface.daemon_shutdown() <);

// Created 22-Aug-1995 as a part of ColdCore, see: @help Credit

Tlon