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

TPL Dataflow Support #281

Open
Grauenwolf opened this issue May 7, 2019 · 1 comment
Open

TPL Dataflow Support #281

Grauenwolf opened this issue May 7, 2019 · 1 comment
Labels
Enhancement If we don't know that the enhancement is possible, use the Reseach tag Materializers and Appenders

Comments

@Grauenwolf
Copy link
Collaborator

...ToDataflow<T>( ITargetBlock<TInput> targetBlock )

Uses the same basic idea as .ToCollection<T>, but with a TPL Dataflow block as the target instead of a collection.

https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.dataflow.dataflowblock.post?view=netcore-2.2

@Grauenwolf
Copy link
Collaborator Author

Need an option do deal with rejected messages (Post returns false). By default we should just throw an exception.

@Grauenwolf Grauenwolf added Enhancement If we don't know that the enhancement is possible, use the Reseach tag Materializers and Appenders labels Nov 10, 2019
This was referenced Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement If we don't know that the enhancement is possible, use the Reseach tag Materializers and Appenders
Projects
None yet
Development

No branches or pull requests

1 participant