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 task pool scheduler from video sources #177

Merged
merged 3 commits into from
Oct 28, 2023
Merged

Remove task pool scheduler from video sources #177

merged 3 commits into from
Oct 28, 2023

Conversation

glopesdev
Copy link
Contributor

This PR removes the built-in task pool scheduler from video source operators. This makes for more flexible and processor agnostic video processing pipelines since schedulers can always be added downstream when necessary.

Fixes #176

@glopesdev glopesdev added the fix Pull request that fixes an issue label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid using building parallelism directly into video source operators
1 participant