We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791348d commit 178d95dCopy full SHA for 178d95d
README.md
@@ -15,7 +15,7 @@ implementation that support service rpc definitions. Currently the excellent
15
[Google::ProtocolBuffers::Dynamic](http://search.cpan.org/dist/Google-ProtocolBuffers-Dynamic/)
16
module is the best option for this.
17
18
-## `fork()` compatibility
+#### `fork()` compatibility
19
20
It's possible to fork processes which use `Grpc::XS`, but only if this
21
library is used exclusively inside child processes. This requires an
@@ -30,3 +30,8 @@ if (fork() == 0) { # in child
30
# Grpc::XS can be used in this child without any problems
31
}
32
```
33
+
34
+## See also
35
36
+* https://metacpan.org/pod/Grpc::XS
37
+* https://hub.docker.com/r/joyrex2001/grpc-perl
0 commit comments