Removed out-dated notes from `Futures.md`.
Summary: The examples showing `thenValue(executor, ...)` is outdated since the executor-taking form of `then` have been `delete`d. The example showing racy execution of continuations of `Future`s is no longer relevant. It used to be a valid example when the `Future`s used to be "activated" on destruction, but they no longer have this behavior. Fixes #1422. Reviewed By: LeeHowes Differential Revision: D23181958 fbshipit-source-id: 46d2bedd4fef344734d3eb15eb295b9a98969665
Showing
Please register or sign in to comment