periodic-function icon indicating copy to clipboard operation
periodic-function copied to clipboard

[FEATURE] Re-implement using a timer queue

Open DeveloperPaul123 opened this issue 2 years ago • 0 comments

There are a few problems with the current implementation include:

  • Timing accuracy is not within the target claim
  • A new thread is created for each periodic_function object.

The second point in particular is not scalable. If we can instead implement a timer queue, we may be able to fix some of these issues. See this discussion on notes for potential improvements.

DeveloperPaul123 avatar Apr 27 '22 16:04 DeveloperPaul123