Fix TSAN issues for //folly/io/async/test:async_test
Summary: These are all test setup issues: - EventBase needs to be destructed before objects that callbacks may refer to. - A socket should not be operated on by a thread that is different from the event base it is associated with (in this case, the socket was being closed on the RSA computation thread). Reviewed By: yfeldblum Differential Revision: D23043485 fbshipit-source-id: 733868317aef09e32e79169aedb84a988de3bb41
Showing
Please register or sign in to comment