process
process copied to clipboard
Add note / ADR about why :shutdown isn't set by default
The reason for this is that adding a shutdown hook by default creates a potential memory leak problem: the closure will be retained until shutdown. In case of lots of processes, this will create lots of uncollected garbage.