-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(queue): implement functions
Quque.is_full
& Queue.can_enqueue
(
#13164) * feat(queue): implement functions `Quque.is_full` & `Queue.will_full` Generating entries is expensive in some cases, so we'd better have a way to observe the state of the Queue. Co-authored-by: Hans Hübner <hans.huebner@gmail.com> Co-authored-by: Chrono <chrono_cpp@me.com>
- Loading branch information
1 parent
c09a099
commit d1994f7
Showing
2 changed files
with
269 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d1994f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:d1994f7d9121f2ca22ccbffcaf146cbc4ff6b14b
Artifacts available https://github.com/Kong/kong/actions/runs/9413579273