JobScheduler

Dependencies of JobScheduler

A dependency is a program or library which this library uses. When you import this library, the dependencies are automatically imported.

Added ability to maintain ordered linked list based on "insertAsc" function. The function takes a comparator function that allows for specific order behavior. If values collide, then FIFO or LIFO …