Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

[FEATURE] Re-implement using a timer queue #23

@DeveloperPaul123

Description

@DeveloperPaul123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions