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

Redesign in cache consumer and circular message cache to get rid from busy loop #941

Merged
merged 2 commits into from
Dec 16, 2021

Commits on Dec 16, 2021

  1. Redesign in cache consumer and message caches to get rid from busy loop.

    Add `wait_for_data()` method to the message cache interface which will
    block current thread and wait on condition variable until
    `notify_data_ready()` will be called from producer thread.
    
    Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
    MichaelOrlov committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    5c72d3a View commit details
    Browse the repository at this point in the history
  2. Update doxygen comment

    Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
    MichaelOrlov committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    5ef4140 View commit details
    Browse the repository at this point in the history