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

uses channels for concurrent entity processing #16

Merged
merged 1 commit into from
Jan 31, 2021
Merged

uses channels for concurrent entity processing #16

merged 1 commit into from
Jan 31, 2021

Conversation

audibleblink
Copy link
Collaborator

  • use seperate channels for entity parsing
  • use a "print queue" to consume the matched entities channel
  • print entities as they're found
  • modify the spn, count, uac, and structure subcmds to use
    channels
  • implement UAC IEntityFilter to match the rest of the code base
  • add disabled user to fixtures
  • fixes test for new code

  * use seperate channels for entity parsing
  * use a "print queue" to consume the matched entities channel
  * print entities as they're found
  * modify the `spn`, `count`, `uac`, and `structure` subcmds to use
    channels
  * implement UAC IEntityFilter to match the rest of the code base
  * add disabled user to fixtures
  * fixes test for new code
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.

research channels for holding Entities --first n doesn't return after n records found
2 participants