Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent d7c6c96 commit fc47100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Imagine your job queue operates at very high rps and needs distribution over mul
There are some roles that you need to understand:
- `request` a simple message that should be delivered to a handler
- `handler` request handler that performs the job
- `route` an object that defines thread and priority
- `route` an object that defines request thread and priority

Runtime consist of several components:
- `queue` helps you to register requests to a handler
Expand Down

0 comments on commit fc47100

Please sign in to comment.