(wangle) s/State/Core/
authorHans Fugal <fugalh@fb.com>
Wed, 15 Oct 2014 16:31:52 +0000 (09:31 -0700)
committerdcsommer <dcsommer@fb.com>
Fri, 17 Oct 2014 18:42:24 +0000 (11:42 -0700)
commitff25b9504aa16da11906eb2807fd37127cb7c538
tree40b891b588c5ed01beb9ae1b4e0a3a9bfe17fc08
parent8d3b079a75fe1a8cf5811f290642b4f494f13822
(wangle) s/State/Core/

Summary:
codemod
`State` is such an overloaded term, and not really the best to describe this backing future/promise object. Yes, it holds the state but it's more than that and it gets in the way of calling the states of the state machines `State`s.

Test Plan: builds and tests pass

Reviewed By: davejwatson@fb.com

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

FB internal diff: D1615707
folly/wangle/Future-inl.h
folly/wangle/Future.h
folly/wangle/Promise-inl.h
folly/wangle/Promise.h
folly/wangle/detail/Core.h [new file with mode: 0644]
folly/wangle/detail/State.h [deleted file]