rpc-library
Here are 65 public repositories matching this topic...
-
Updated
Jul 7, 2020 - PHP
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 15, 2020 - Java
-
Updated
Mar 27, 2019
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Apr 24, 2018 - JavaScript
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Dec 13, 2018 - Pascal
-
Updated
Oct 22, 2020 - Go
-
Updated
Jul 17, 2019 - C++
Preferable with scalatest/scalacheck
-
Updated
Dec 28, 2018 - Python
-
Updated
Nov 25, 2018 - ActionScript
-
Updated
Sep 15, 2017 - C#
Probably requires #2
-
Updated
Aug 5, 2019 - Go
-
Updated
Sep 28, 2017 - Elixir
-
Updated
Jul 28, 2020 - Java
-
Updated
May 24, 2019 - C++
-
Updated
Mar 5, 2017 - C#
-
Updated
Aug 12, 2020 - Go
-
Updated
Oct 22, 2020 - Go
-
Updated
Jan 21, 2020 - Java
-
Updated
Sep 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rpc-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-library topic, visit your repo's landing page and select "manage topics."


In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g