Type-safe task scheduler that executes a chain of named tasks in order.
The scheduler passes results between tasks, reports progress, and stops
execution on the first failure. Supports both synchronous and asynchronous tasks.
Example
// Create scheduler with string input and object output constscheduler = newAcCmTaskScheduler<string, ParsedData>()
Type-safe task scheduler that executes a chain of named tasks in order.
The scheduler passes results between tasks, reports progress, and stops execution on the first failure. Supports both synchronous and asynchronous tasks.
Example