# Packages
Package grpc provides a gRPC service that triggers scheduler events based on ISO 8601 patterns.
# Functions
NewEventProducer creates a pool of ScheduleWaiters that will send events based on pre-defined scheduling.
# Structs
EventProducer gathers all Tickers in a pool and provides a single entry point to communicate with them, typically to stop them.
JobsEventsSubscriber provides an entry point to add, update or remove Scheduler Jobs.