Reorder callbacks by their latest executable time#34
Reorder callbacks by their latest executable time#34LiyouZhou wants to merge 1 commit intoARMmbed:masterfrom
Conversation
i.e. by scheduled_time + tolerance
|
As explained before, I'm hesitant to merge this kind of change before the release, since it might break people's code (see the issue you're working on with Marcelo) and it would require a new major version. It feels too hasty before an official release. |
|
@bogdanm I'm ok with postponing merge. I just want this to be on record for discussions. |
|
That's perfectly fine then, thanks. |
|
Maybe I don't understand what this PR is supposed to do. My understanding is that I'd like to see some measurements to demonstrate that this is doing the right thing. |
|
A simple test was written to demonstrate and test the functionality. https://github.com/ARMmbed/minar-tests/blob/reordering_tests/test/MINAR037_tolerance_based_reordering.cpp |
i.e. by scheduled_time + tolerance