Add support for in-place creation of NotificationQueue::Consumer
authorPetr Lapukhov <petr@fb.com>
Tue, 20 Oct 2015 22:30:55 +0000 (15:30 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 21 Oct 2015 00:20:23 +0000 (17:20 -0700)
commita40474b58a11974500180fc00d2ec42cf555a596
treed2a5cd9982682126747195ec1297ae6d126f0df0
parent39804eda219803f1ee57b87ce1492eaab7d84d78
Add support for in-place creation of NotificationQueue::Consumer

Summary: as title, this comes handy when multiple consumers are needed
within the same class.

Reviewed By: has

Differential Revision: D2530249

fb-gh-sync-id: 942761782a100b2d3fe54d94a7c1b0e03b95a847
folly/io/async/NotificationQueue.h
folly/io/async/test/NotificationQueueTest.cpp