Skip to content

Commit 178d95d

Browse files
committed
Add see also section
1 parent 791348d commit 178d95d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ implementation that support service rpc definitions. Currently the excellent
1515
[Google::ProtocolBuffers::Dynamic](http://search.cpan.org/dist/Google-ProtocolBuffers-Dynamic/)
1616
module is the best option for this.
1717

18-
## `fork()` compatibility
18+
#### `fork()` compatibility
1919

2020
It's possible to fork processes which use `Grpc::XS`, but only if this
2121
library is used exclusively inside child processes. This requires an
@@ -30,3 +30,8 @@ if (fork() == 0) { # in child
3030
# Grpc::XS can be used in this child without any problems
3131
}
3232
```
33+
34+
## See also
35+
36+
* https://metacpan.org/pod/Grpc::XS
37+
* https://hub.docker.com/r/joyrex2001/grpc-perl

0 commit comments

Comments
 (0)