-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: unify queues in proxy * fix: remove prints, update documentation * fix: remove sleep * docs: update changelog * feat: use struct for queue, add methods for context, move functions to utils * docs: add separator for structs, add doc comments * feat: use VecDequeue instead of Vec for queues * fix: add concurrent to makefile installation * rename set_available_worker, use assert instead of if * fix: use constant for interval time * fix: fix docs, remove unused scope, remove _ from var * fix: changelog entry * feat: use u128 for request_id * docs: update {add, get}_available_worker documentation * fix: use mayus for structs sections, rename get_available_worker, add info logs, fix documentation
- Loading branch information
1 parent
d50c50d
commit 3fefe18
Showing
6 changed files
with
199 additions
and
150 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
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
Oops, something went wrong.