sanketmahore / JobSchedulingPOC

Job Scheduling POC done as an exercise to practice concurrency in Golang.
0 stars 1 forks source link

JobSchedulingPOC

Job Scheduling POC done as an exercise to practice concurrency in Golang. FIFO, LIFO and Priority based scheduling is implemented.