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

remove overflow mechanism by segregating channels. #22

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

raulk
Copy link
Member

@raulk raulk commented Jul 2, 2021

We now have three "queues":

  1. internal: tasks emitted by the event loop, buffer=1.
  2. completion: tasks emitted by asynchronous jobs.
  3. external: intake of external tasks through public API.

We now drain internal first; then move on to completion and external.

We now have three "queues":

1. internal: tasks emitted by the event loop, buffer=1.
2. completion: tasks emitted by asynchronous jobs.
3. external: intake of external tasks through public API.

We now drain internal first; then move on to completion and external.
@raulk raulk merged commit 258d74d into raulk/dagstore-initial Jul 2, 2021
@raulk raulk deleted the raulk/remove-overflow branch July 2, 2021 19:04
@raulk raulk changed the title @raulk remove overflow mechanism by segregating channels. remove overflow mechanism by segregating channels. Jul 2, 2021
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