• kroki/tomash@moonlight.home's avatar
    Fix for bug#22740 Events: Decouple Event_queue from Event_db_repository · c06c7356
    kroki/tomash@moonlight.home authored
    This patch implements the idea of the bug report by making Event_queue
    unaware of Event_db_repository by making a higher level class - Events,
    which is aware of most of all classes, responsible for passing all data
    needed for adding/updating/deleting an event to/from the queue.
    
    Introduces few new classes :
     - Event_worker_thread
     - Event_queue_element_for_exec
    c06c7356
event_scheduler.h 2.93 KB