Commit Graph

3 Commits

Author SHA1 Message Date
Peter D. Barnes, Jr
df90b17e3b core: PriorityQueueScheduler: add complexity, move impl to .cc 2020-05-01 23:50:34 +00:00
ra1nst0rm3d
9c95f815ba core: implement Remove for PriorityQueueScheduler 2020-05-01 23:50:34 +00:00
Alexander Krotov
82b555582e core: PriorityQueueScheduler based on std::priority_queue
This has a stub for Remove, which just cancels the event.

In turn this causes the simulator test case to fail, because of
the sanity check at the end of DefaultSimulatorImpl::Run.
2020-05-01 23:50:34 +00:00