Make folly::AsyncIO thread safe
Summary: You can now submit to the same AsyncIO object from different threads, but you must still reap from only one thread at a time. Test Plan: async_io_test, added MT test Reviewed By: philipp@fb.com FB internal diff: D804914
Showing
Please register or sign in to comment