pramineni01 / simple_task_scheduler

Runs tasks sequentially and concurrently as fed in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_task_scheduler

Runs tasks sequentially and concurrently as fed in. Depicts sequential and concurrency among task execution

To run simple task scheduler

go mod download
go build .
./simple_task_scheduler

Note: Tasks information is read from input/input.json

About

Runs tasks sequentially and concurrently as fed in


Languages

Language:Go 100.0%