File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Promise pipelining is provided via java.util.concurrent.CompletableFuture. Unlik
1313only when they are waited upon, a CompletableFuture can complete immediately. This may break E-ordering, as the C++ implementation
1414relies on kj::evalLater() to defer method calls and this implementation may have subtle differences.
1515
16- Most of the C++ RPC test cases have been ported to this implementation , which gives me some comfort that the implementation logic is
16+ Most of the C++ RPC test cases have been ported, which gives me some comfort that the implementation logic is
1717correct, but more extensive testing is required.
1818
1919This implementation does not support generic interfaces. Extending the schema compiler to output code for generic interfaces is an
You can’t perform that action at this time.
0 commit comments