This project is about implement a Job Scheduler (also called an Event scheduler) Library. Using this library :
- There is no need of deploying any locking
- All execution flows are serialized
- No concurrent access
- The execution unit can "fork" multiple execution units, all of which are serialized