We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c097395 commit 0b4b032Copy full SHA for 0b4b032
1 file changed
README.md
@@ -5,8 +5,9 @@ This is a gRPC C++ bidirectional streaming example: a simple file server.
5
6
## Features
7
* two-way asynchronous communication
8
+* block data transfer
9
* multiple processing threads (the number of threads is currently hard-coded)
-* memory management
10
+* safe memory management
11
* managed file locking
12
* pending request cancellation
13
0 commit comments