1.4.0 • Published 8 months ago

@riuandg5/task-execute v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@riuandg5/task-execute · GitHub licence: MIT GitHub release npm downloads

A utility to create tasks, group tasks, and execute.

Installation

To install package, run:

$ npm install -S @riuandg5/task-execute

then import the Task and GroupTask classes from the package:

import { Task, GroupTask } from "@riuandg5/task-execute";

also import types and interfaces if needed:

import type {
    TaskWorkerT,
    TaskWorkerParamsT,
    TaskConfigI,
    TaskResultT,
    GroupTaskModeT,
    GroupSubTasksT,
    GroupTaskConfigI,
    GroupTaskResultT,
} from "@riuandg5/task-execute";

API

The detailed API docs generated from TSDoc style comments using TypeDoc can be found here.

License

MIT License © Rishu Anand

1.4.0

8 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago