wima
    Preparing search index...

    Class Scheduler

    Stores labeled schedules which are bound to a given executor.

    class SomeExecutor extends Executor {}

    scheduler.set("primary",new SomeExecutor())
    scheduler.set("secondary",new SomeExecutor())

    const primarySchedule = scheduler.get("primary")
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    executables: Map<string, Executable> = ...

    Methods