executorWorkQueueRecipe()
Creates an executor work queue recipe.
Import
Section titled “Import”import { executorWorkQueueRecipe } from "@graphrefly/ts/executors/work-queue";Signature
Section titled “Signature”function executorWorkQueueRecipe( graph: Graph, opts: ExecutorWorkQueueRecipeOptions,): ExecutorWorkQueueRecipeBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | ExecutorWorkQueueRecipeOptions | Options that configure the helper. |
Returns
Section titled “Returns”A bundle of graph-visible nodes for the recipe.
Example
Section titled “Example”import { executorWorkQueueRecipe } from "@graphrefly/ts/executors/work-queue";Source
Section titled “Source”packages/ts/src/executors/work-queue.ts