enoise more or less just works

This commit is contained in:
Peter Harpending
2026-09-02 02:45:21 -07:00
parent e5436c2e3e
commit 17cca5ecfe
5 changed files with 50 additions and 101 deletions
+9
View File
@@ -0,0 +1,9 @@
liquidate_hos([{HoPid, _HoRef} | Hos]) ->
p_logfln("liquidating ~tp", [HoPid]),
exit(HoPid, kill),
liquidate_hos(Hos);
liquidate_hos([]) ->
p_logln("it's done").