Closed rekmarks closed 8 months ago
Renames the daemon mailbox terminate method and CLI kill command to cancel. Also renames the daemon's terminator abstraction to context.
terminate
kill
cancel
terminator
context
Regarding the admittedly dubious name choice, context is a carrier from parent to child contexts, in particular for cancellation but also potentially other things.
And relatedly of course Abort
Renames the daemon mailbox
terminate
method and CLIkill
command tocancel
. Also renames the daemon'sterminator
abstraction tocontext
.