reactive-streams / reactive-streams-dotnet

Reactive Streams for .NET
MIT No Attribution
197 stars 28 forks source link

Please consider adding IProcessor<T> : IProcessor<T, T> #8

Closed akarnokd closed 8 years ago

akarnokd commented 8 years ago

Please consider adding IProcessor<T> : IProcessor<T, T> to the base interfaces. DotNET allows interfaces with different number of type arguments (unlike Java).

akarnokd commented 8 years ago

I mean IProcessor.

cconstantin commented 8 years ago

@akarnokd I see little benefit in IProcessor<T>. Let's keep this library as lean as possible.

akarnokd commented 8 years ago

No worries, I can add it locally to our libraries.