JSQUE-020 — drop the job queue, dispatch by plain recursion

Retire the .be/queue ULOG dispatch (core/job.js + core/loop.js + core/barrier.js) in favour of the in-process recursion the read views already use (core/recurse.js). The queue was JSQUE-001/002/003/006; this reverses that where recursion is strictly simpler.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome