move rx to folly/experimental
authorJames Sedgwick <jsedgwick@fb.com>
Tue, 23 Sep 2014 12:48:08 +0000 (05:48 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Fri, 26 Sep 2014 22:21:29 +0000 (15:21 -0700)
commitc049b56426c5b3706715163e340bcd021fb18486
treed7ec351db159aee7363e1a9e356f801785650fc1
parent260f12aeeeb1395fe9cbbf188a8fdbd717250988
move rx to folly/experimental

Summary: As above. I want to use this for the thread pools and it probably belongs in folly long-term anywya (if we stick with it)

Test Plan: compiled the one user

Reviewed By: hans@fb.com

Subscribers: fugalh, mwa, jgehring, fuegen, njormrod

FB internal diff: D1560578
folly/experimental/wangle/rx/Observable.h [new file with mode: 0644]
folly/experimental/wangle/rx/Observer.h [new file with mode: 0644]
folly/experimental/wangle/rx/README [new file with mode: 0644]
folly/experimental/wangle/rx/Subject.h [new file with mode: 0644]
folly/experimental/wangle/rx/Subscription.h [new file with mode: 0644]
folly/experimental/wangle/rx/types.h [new file with mode: 0644]