Rework folly::AsyncIO interface to make it easier for other classes to use Op
Summary: AsyncIOOp no longer requires derivation to be able to use callbacks; the callback is passed in. This makes composition easier (see AsyncIOQueue, added in this diff). Test Plan: async_io_test, test added Reviewed By: lucian@fb.com FB internal diff: D709648
Showing
Please register or sign in to comment