(wangle) s/continuation/callback
authorHans Fugal <fugalh@fb.com>
Thu, 26 Jun 2014 22:20:40 +0000 (15:20 -0700)
committerNicholas Ormrod <njormrod@fb.com>
Fri, 27 Jun 2014 22:06:39 +0000 (15:06 -0700)
commitb20a954592f672ffca2c45e9905b8d15e65b0b0a
tree2edbea14ef7f08c47cfad8ee6e8b6aa2b96684e6
parentad710a5699933b02d647adfd416ffc2ac93b7807
(wangle) s/continuation/callback

Summary: The word "continuation" is too ambiguous. Prefer callback (except where we are actually talking about CSP continuations in the README).

Test Plan: Still builds. Nothing external is or should be calling `setContinuation`. But I'll wait for contbuild anyway.

Reviewed By: hannesr@fb.com

Subscribers: net-systems@, fugalh, exa

FB internal diff: D1406753

Tasks: 4480567
folly/wangle/Future-inl.h
folly/wangle/Future.h
folly/wangle/Later-inl.h
folly/wangle/Later.h
folly/wangle/README.md
folly/wangle/detail.h
folly/wangle/test/FutureTest.cpp