Go to the first, previous, next, last section, table of contents.


abortJob

Function: abortJob { job -> }
file: 10-C-utils.t
package: muf
status: alpha

The abortJob function provides a way of resetting well-behaved jobs to their main interpreter loop: It simply signals a .err.abort event to the job.

It is currently implemented as:

: abortJob { $ -> }   -> j
    [ :event .err.abort :job j | ]signal
;


Go to the first, previous, next, last section, table of contents.