(wangle) Core cleanup
authorHans Fugal <fugalh@fb.com>
Tue, 21 Oct 2014 17:24:03 +0000 (10:24 -0700)
committerdcsommer <dcsommer@fb.com>
Wed, 29 Oct 2014 23:02:57 +0000 (16:02 -0700)
commit4c7a8438a608fe4e0107c61fda9c29746e558008
tree02785f15c75d252ac373e9a7dfc90943082ab319
parent72984487482d4e379d0b86198ae76a0de015141d
(wangle) Core cleanup

Summary:
Just some cleaning hose in `detail::Core`.
- rename `fulfil` to `setResult`
- and `value_` to `result_`
- remove unnecessary helper methods (I can be convinced to keep them if you like them)

Test Plan: mechanical changes, tests still pass

Reviewed By: davejwatson@fb.com

Subscribers: trunkagent, folly-diffs@, net-systems@, fugalh, exa, njormrod

FB internal diff: D1618161
folly/wangle/Future-inl.h
folly/wangle/Promise-inl.h
folly/wangle/detail/Core.h