Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.18 SOFTWARE-EVOLUTION-LIBRARY/REST/ASYNC-JOBS

Class: async-job [sel/rest/async-jobs]

Class precedence list: async-job, standard-object, slot-object, t

Slots:

Task to perform asynchronously, against every item in a population

Macro: define-async-job [sel/rest/async-jobs] name lambda-list &rest body

Define an async-job type.

Function: apply-async-job-func [sel/rest/async-jobs] name &rest args

Given a name and arguments, call the async-job-type function.

Function: lookup-job-func [sel/rest/async-jobs] func

Allow some special-case names, otherwise fall through to symbol in sel package by the specified name.