Commit d414eb19 authored by Kenton Varda's avatar Kenton Varda

Update news post to clarify.

parent bc100753
...@@ -20,6 +20,12 @@ arrive at the client at the point in time when the call was originally made! ...@@ -20,6 +20,12 @@ arrive at the client at the point in time when the call was originally made!
Curious how Cap'n Proto bypasses the laws of physics? Curious how Cap'n Proto bypasses the laws of physics?
[Check out the docs!]({{ site.baseurl }}rpc.html) [Check out the docs!]({{ site.baseurl }}rpc.html)
_UPDATE: There has been some confusion about what I'm claiming. I am NOT saying that using
promises alone (i.e. being asynchronous) constitutes "time travel". Cap'n Proto implements a
technique called Promise Pipelining which allows a new request to be formed based on the content
of a previous result (in part or in whole) before that previous result is returned. Notice in the
diagram that the result of foo() is being passed to bar()._
### Promises in C++ ### Promises in C++
If you do a lot of serious Javascript programming, you've probably heard of If you do a lot of serious Javascript programming, you've probably heard of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment