Skip to content

Tried converting the classifiers to run in a TPL dataflow pipeline#3

Open
Fraaankes wants to merge 1 commit into
jeremybytes:Parallelfrom
Fraaankes:Parallel
Open

Tried converting the classifiers to run in a TPL dataflow pipeline#3
Fraaankes wants to merge 1 commit into
jeremybytes:Parallelfrom
Fraaankes:Parallel

Conversation

@Fraaankes

Copy link
Copy Markdown

By using the excelent, but often forgotten library https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/dataflow-task-parallel-library its possible to build some very cool pipelines for async/background processing, and then pushing the results to the UI as they become available.
In the simplest of cases it could probably also be replaced by Rx.

@jeremybytes

Copy link
Copy Markdown
Owner

Thanks for the contribution. I've received a few different approaches, and I'll be writing about all of them in a future article. I want to make all of the contributions available as separate branches so folks can explore them in the future. I'll let you know when that's done.

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.

2 participants