tou is a lightweight job queue runner which help run different type of jobs as specified. It processes jobs synchronously and asynchronously concurrently safe.
..* Add jobs to the runner concurrently
..* Running and Scheduling jobs either sycnhronously or asynchrously
..* Scaling worker process by spunning more go routines if job are run asynchrously
Run cd cmd go run in your command line