• Russell Yanofsky's avatar
    doc/cxxrpc: Document lazy execution · ec0f87e6
    Russell Yanofsky authored
    This change takes a comment about lazy execution from
    https://github.com/sandstorm-io/capnproto/issues/263#issuecomment-158564701 and
    adds it to the C++ RPC documentation.
    
    Although lazy execution is described in `Promise::then()` method documentation,
    it's unfortunately buried in the *Advanced implementation tips* section, and
    described as an optimization rather than as a more general feature of the
    asynchronous execution model. Since I recently got tripped up by this behavior,
    I thought it would be worth trying to document better.
    ec0f87e6
Name
Last commit
Last update
c++ Loading commit data...
doc Loading commit data...
highlighting Loading commit data...
security-advisories Loading commit data...
.gitignore Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
RELEASE-PROCESS.md Loading commit data...
mega-test-quick.cfg Loading commit data...
mega-test.cfg Loading commit data...
mega-test.py Loading commit data...
release.sh Loading commit data...
style-guide.md Loading commit data...
super-test.sh Loading commit data...