Let ScopedEventBaseThread destruct the EventBase in the IO thread
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 17 Dec 2016 08:53:05 +0000 (00:53 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 17 Dec 2016 09:03:03 +0000 (01:03 -0800)
commit45d349f07c4873738454c09e3e7b4f3665e81454
tree1a42c83e94b391ab6d73b0a78bd621126ce46692
parente5cb9b3d4ce31408239c2d316520ddcc4758a22e
Let ScopedEventBaseThread destruct the EventBase in the IO thread

Summary: [Folly] Let `ScopedEventBaseThread` destruct the `EventBase` in the IO thread.

Reviewed By: andriigrynenko

Differential Revision: D4330951

fbshipit-source-id: 5b0e7071800e1d49048b08aa1233d72b820fe55d
folly/Makefile.am
folly/io/async/EventBase.h
folly/io/async/ScopedEventBaseThread.cpp
folly/io/async/ScopedEventBaseThread.h
folly/io/async/test/ScopedEventBaseThreadTest.cpp