Add folly::coro::AsyncScope
Summary: This class makes it easier to spawn an unbounded number of tasks over time within a given scope and then later wait for all of those tasks to complete. e.g. during shutdown. Reviewed By: kirkshoop Differential Revision: D21391413 fbshipit-source-id: c91c66aa61a8ae30e04d0608426037d8adba14d7
Showing
Please register or sign in to comment