Skip to content

feat: implement listener for asynchronous notifications in queue #146

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

Merged
merged 1 commit into from
Apr 13, 2025

Conversation

appleboy
Copy link
Member

  • Add notify channel to Queue
  • Notify worker in the queue function without blocking the main thread
  • Add case to listen for notify channel in the start function

fixed #144 #142

- Add `notify` channel to `Queue`
- Notify worker in the `queue` function without blocking the main thread
- Add case to listen for `notify` channel in the `start` function

Signed-off-by: appleboy <appleboy.tw@gmail.com>
@appleboy appleboy merged commit 6acb453 into master Apr 13, 2025
6 checks passed
@appleboy appleboy deleted the notify branch April 13, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant