Skip to content

Commit

Permalink
Update pkg/jobQueue/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmstff authored Dec 11, 2023
1 parent 980e0ec commit 0f4ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jobQueue/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jobQueue

This package provides a job queue that can be used to execute a function in a thread-safe manner. The job queue is designed to be used in situations where multiple requests need to be processed, but only one request can be processed at a time.
This package provides a job queue that can be used to execute a function in a thread-safe manner. The job queue is designed to be used in situations where multiple requests of the same type need to be processed, but only one request can be processed at a time.

## Example Usage

Expand Down

0 comments on commit 0f4ba9f

Please sign in to comment.