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
bc100753
Commit
bc100753
authored
Dec 12, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
32f82f40
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
2013-12-12-capnproto-0.4-time-travel.md
doc/_posts/2013-12-12-capnproto-0.4-time-travel.md
+1
-1
rpc.md
doc/rpc.md
+1
-1
No files found.
doc/_posts/2013-12-12-capnproto-0.4-time-travel.md
View file @
bc100753
...
@@ -7,7 +7,7 @@ author: kentonv
...
@@ -7,7 +7,7 @@ author: kentonv
Well,
[
Hofstadter
](
http://en.wikipedia.org/wiki/Hofstadter's_law
)
kicked in and this release took
Well,
[
Hofstadter
](
http://en.wikipedia.org/wiki/Hofstadter's_law
)
kicked in and this release took
way too long. But, after three long months, I'm happy to announce:
way too long. But, after three long months, I'm happy to announce:
### Time-Traveling RPC
### Time-Traveling RPC
_(Promise Pipelining)_
<img
src=
'{{ site.baseurl }}images/time-travel.png'
style=
'max-width:639px'
>
<img
src=
'{{ site.baseurl }}images/time-travel.png'
style=
'max-width:639px'
>
...
...
doc/rpc.md
View file @
bc100753
...
@@ -164,7 +164,7 @@ similarly-naive protocols that lack promise pipelining. Promise pipelining is t
...
@@ -164,7 +164,7 @@ similarly-naive protocols that lack promise pipelining. Promise pipelining is t
### Security
### Security
Cap'n Proto inter
af
ce references are
Cap'n Proto inter
fa
ce references are
[
capabilities
](
http://en.wikipedia.org/wiki/Capability-based_security
)
. That is, they both
[
capabilities
](
http://en.wikipedia.org/wiki/Capability-based_security
)
. That is, they both
designate an object to call and confer permission to call it. When a new object is created, only
designate an object to call and confer permission to call it. When a new object is created, only
the creator is initially able to call it. When the object is passed over a network connection,
the creator is initially able to call it. When the object is passed over a network connection,
...
...
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