We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c104b commit 23c9c9dCopy full SHA for 23c9c9d
README.adoc
@@ -190,8 +190,8 @@ $ ./gradlew :examples:promise-pipeline:client --args='8090 8091' # Ports of all
190
** Function encoding saves language closure as backend function to the registry with some `access name`.
191
Function decoding creates a frontend function that communicates with the corresponding backend function.
192
* `service` -- libservice implementation.
193
-* `transport` -- service and connection interfaces, extensions and implementations related to the gRPC backend.
194
-* `utils` -- some useful utils.
+* `transport` -- service and connection interfaces, internal protobuf serialization for λRPC protocol needs,
+extensions and implementations related to the gRPC backend.
195
196
== Links
197
0 commit comments