• andrey@fifo.vaih.whnetz's avatar
    WL#3337 (Event scheduler new architecture) · 7b5916a2
    andrey@fifo.vaih.whnetz authored
    This patch makes the relationship between Event_scheduler and Event_queue
    unidirectional from the former to the latter.
    
    
    
    
    The change is that the conditional on which the scheduler sleeped has been
    moved to the Event_queue and the latter does not call anymore
    Event_scheduler::queue_changed(), which in turn has be removed.
    7b5916a2
event_queue.h 2.87 KB