make it really clear that wangle/rx is deprecated
authorHans Fugal <fugalh@fb.com>
Wed, 1 Jul 2015 17:24:18 +0000 (10:24 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 1 Jul 2015 23:24:52 +0000 (16:24 -0700)
commit668192ca7476ebc5a858056ca9598a3fc2eb2240
treed664aa18cb70fc31ba125f2c8fdfccb202f251d6
parentdc5b343342101953499fe887c24935e9688cf4cf
make it really clear that wangle/rx is deprecated

Summary: More people are starting to use Rx. Yay! But they're trying to use `wangle/rx`. So make sure there's no doubt about its deprecated status.

Reviewed By: @yfeldblum

Differential Revision: D2196273
20 files changed:
folly/Makefile.am
folly/wangle/concurrent/ThreadPoolExecutor.h
folly/wangle/deprecated/rx/Dummy.cpp [new file with mode: 0644]
folly/wangle/deprecated/rx/Observable.h [new file with mode: 0644]
folly/wangle/deprecated/rx/Observer.h [new file with mode: 0644]
folly/wangle/deprecated/rx/README.md [new file with mode: 0644]
folly/wangle/deprecated/rx/Subject.h [new file with mode: 0644]
folly/wangle/deprecated/rx/Subscription.h [new file with mode: 0644]
folly/wangle/deprecated/rx/test/RxBenchmark.cpp [new file with mode: 0644]
folly/wangle/deprecated/rx/test/RxTest.cpp [new file with mode: 0644]
folly/wangle/deprecated/rx/types.h [new file with mode: 0644]
folly/wangle/rx/Dummy.cpp [deleted file]
folly/wangle/rx/Observable.h [deleted file]
folly/wangle/rx/Observer.h [deleted file]
folly/wangle/rx/README.md [deleted file]
folly/wangle/rx/Subject.h [deleted file]
folly/wangle/rx/Subscription.h [deleted file]
folly/wangle/rx/test/RxBenchmark.cpp [deleted file]
folly/wangle/rx/test/RxTest.cpp [deleted file]
folly/wangle/rx/types.h [deleted file]