Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-154, MXS-SPRINT-155
Description
Currently the delayed call mechanism that is intended for periodic callbacks to be called after a certain longish (milliseconds) delay, is also used for callbacks that merely needs to be called via the event loop. For this purpose the delayed call mechanism is quite inefficient as it always introduced a delay of at least 1ms. A separate mechanism is needed for callbacks to be called as quickly as possible via the event loop.