Skip to content
Snippets Groups Projects
Commit a3b659c3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

added comment

parent 8ce5e8bb
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ using Google.GRPC.Core.Internal; ...@@ -3,6 +3,10 @@ using Google.GRPC.Core.Internal;
namespace Google.GRPC.Core.Internal namespace Google.GRPC.Core.Internal
{ {
/// <summary>
/// Observer that writes all arriving messages to a call abstraction (in blocking fashion)
/// and then halfcloses the call. Used for server-side call handling.
/// </summary>
internal class ServerWritingObserver<TWrite, TRead> : IObserver<TWrite> internal class ServerWritingObserver<TWrite, TRead> : IObserver<TWrite>
{ {
readonly AsyncCall<TWrite, TRead> call; readonly AsyncCall<TWrite, TRead> call;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment