endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

refactor(daemon,cli): Rename `terminate`/`kill` to `cancel` #2073

Closed rekmarks closed 8 months ago

rekmarks commented 8 months ago

Renames the daemon mailbox terminate method and CLI kill command to cancel. Also renames the daemon's terminator abstraction to context.

kriskowal commented 8 months ago

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