shajara API Map
    Preparing search index...

    Interface Processor

    Scheduler target that progresses runnable process tasks.

    interface Processor {
        admit: (task: ProcessorTask) => void;
    }
    Index
    admit: (task: ProcessorTask) => void

    Accepts a runnable process task for progression.