Skip to content

Parallel Processing Decorator #35

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 8 commits into from
Jan 10, 2024
Merged

Parallel Processing Decorator #35

merged 8 commits into from
Jan 10, 2024

Conversation

caffeine-addictt
Copy link
Member

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Breaking Change
  • Documentation Update

Description

Allowing functions to be decorated with thread.processor which turns it into a data-processing function which takes a Sequence of data as its first argument.

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.

Run pytest in the terminal

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@caffeine-addictt caffeine-addictt added Type: Feature Suggest a new feature. Status: Awaiting Review Ready for review. labels Jan 10, 2024
@caffeine-addictt caffeine-addictt self-assigned this Jan 10, 2024
@caffeine-addictt caffeine-addictt merged commit a8b3a87 into main Jan 10, 2024
@caffeine-addictt caffeine-addictt removed the Status: Awaiting Review Ready for review. label Mar 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Type: Feature Suggest a new feature.
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

ParallelProcessing decorators
1 participant