Skip to content
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

Implement async worker #38

Closed
ayrat555 opened this issue Jul 20, 2022 · 2 comments
Closed

Implement async worker #38

ayrat555 opened this issue Jul 20, 2022 · 2 comments
Assignees

Comments

@ayrat555
Copy link
Owner

ayrat555 commented Jul 20, 2022

  1. let's call it AsyncWorker. I think it will store AsyncQueue and some configuration parameters

this struct can be created with TypedBuilder

  1. create looping that will be fetching tasks and executing them

  2. if there are no tasks, it should sleep

@pxp9
Copy link
Collaborator

pxp9 commented Jul 27, 2022

Async Worker implemented with tests :D

@pxp9 pxp9 closed this as completed Jul 27, 2022
@ayrat555
Copy link
Owner Author

implemented in #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants