This version of the KarmaAPI changes the source schedulers ( NOT THE SAME AS THE async AND sync WORKERS ) to make them work with executors instead. This update also removes SimeSourceScheduler and SimpleSecondsSchedulers to create a new SourceScheduler with an SchedulerUnit parameter. That parameter allows the developer to specify the scheduler interval
- Milliseconds ( tested )
- Seconds ( tested )
- Minutes ( tested )
- Hours ( tested )
- Days ( non-tested ).