Lift thrift/lib/cpp/test/TNotificationQueueTest.
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 2 Jul 2015 20:58:58 +0000 (13:58 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 2 Jul 2015 22:46:01 +0000 (15:46 -0700)
commit4f6b99265ace26691d34b78ce51acddbf598d2ab
tree0fdb0caf7456cd2b9335eb9a9d84f0fb5e88f93a
parent4a0bffd8b7952787312c053719a3534c2dc91441
Lift thrift/lib/cpp/test/TNotificationQueueTest.

Summary: [Folly] Lift thrift/lib/cpp/test/TNotificationQueueTest.

`NotificationQueue` is already moved into folly; move its accompanying test suite as well.

Reviewed By: @simpkins

Differential Revision: D2207104
folly/Makefile.am
folly/io/async/NotificationQueue.h
folly/io/async/ScopedEventBaseThread.cpp [new file with mode: 0644]
folly/io/async/ScopedEventBaseThread.h [new file with mode: 0644]
folly/io/async/test/NotificationQueueTest.cpp [new file with mode: 0644]
folly/io/async/test/ScopedEventBaseThreadTest.cpp [new file with mode: 0644]