ExamplesGitHubNPM
  • Preparing search index...
  • The search index is not available
@lilbunnyrabbit/task-manager@1.0.0
  • @lilbunnyrabbit/task-manager@1.0.0
  • createTaskGroup

Function createTaskGroup

  • createTaskGroup<TArgs extends unknown[] = []>(
        config: TaskGroupConfig<TArgs>,
    ): TaskGroupBuilder<TArgs>
  • Factory function to create a TaskGroupBuilder.

    Type Parameters

    • TArgs extends unknown[] = []

      Arguments used to create the task group.

    Parameters

    • config: TaskGroupConfig<TArgs>

      Configuration for creating the task group.

    Returns TaskGroupBuilder<TArgs>

    A new TaskGroupBuilder instance.

    • Defined in src/core/task-group/task-group-builder.ts:71

Settings

Member Visibility
ExamplesGitHubNPM
@lilbunnyrabbit/task-manager@1.0.0
  • Loading...