file: job.t package: muf status: alpha
The killJob
is intended to be the normal,
civilized way of shutting down an unwanted job.
It simply signals a .err.kill
event to
the job: Well-behaved jobs will respond by cleaning
up and exiting. See section killJobMessily.
It is currently implemented as:
: killJob { $ -> } -> j [ :event .err.kill :job j | ]signal ;
Go to the first, previous, next, last section, table of contents.