Remove boost::barrier from AsyncUDPSocketTest.
authorAndrey Ignatov <rdna@fb.com>
Tue, 20 Sep 2016 19:14:33 +0000 (12:14 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Tue, 20 Sep 2016 19:23:46 +0000 (12:23 -0700)
commitc821d1297ed95adc94c1ad38856dd0f0a3ef300a
tree008415125e0ff2229677db086bab1a30c01c3c57
parent691cd11c1fc271652b9a6db152071c25490a6c9e
Remove boost::barrier from AsyncUDPSocketTest.

Summary:
`EventBase` has its own methods to wait till it's ready so we can avoid using
barriers and remove boost dependency.

Reviewed By: mzlee

Differential Revision: D3894408

fbshipit-source-id: f050a982c98c4f672cf295845115686c95fc7919
folly/io/async/test/AsyncUDPSocketTest.cpp