Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the ability to check the callback queue length for a loop #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 6, 2020

  1. Adds an API for checking the callback queue length for a loop.

    This introduces loop_queue_length(), which is similar to loop_empty()
    but provides a more granular measure of what remains to be executed.
    Unlike list_queue(), it is an exported function meant to be used
    externally.
    
    Includes documentation and tests.
    atheriel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    205ddd1 View commit details
    Browse the repository at this point in the history