Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
c70c6d38
Commit
c70c6d38
authored
Dec 14, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change pipelining link.
parent
d414eb19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rpc.md
doc/rpc.md
+1
-1
No files found.
doc/rpc.md
View file @
c70c6d38
...
@@ -35,7 +35,7 @@ immediately, but you must later call `wait()` on it, or call `then()` to registe
...
@@ -35,7 +35,7 @@ immediately, but you must later call `wait()` on it, or call `then()` to registe
callback.
callback.
However, Cap'n Proto promises support an additional feature:
However, Cap'n Proto promises support an additional feature:
[
pipelining
](
http://
en.wikipedia.org/wiki/Futures_and_promises#Promise_pipelining
)
. The promise
[
pipelining
](
http://
www.erights.org/elib/distrib/pipeline.html
)
. The promise
actually has methods corresponding to whatever methods the final result would have, except that
actually has methods corresponding to whatever methods the final result would have, except that
these methods may only be used for the purpose of calling back to the server. Moreover, a
these methods may only be used for the purpose of calling back to the server. Moreover, a
pipelined promise can be used in the parameters to another call without waiting.
pipelined promise can be used in the parameters to another call without waiting.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment