folly::coro::async_closure_private_t

Tag type used by async_closure to trigger cleanup of captures that have an co_cleanup(async_closure_private_t) overload.

Synopsis

Declared in <folly/coro/safe/AsyncClosure-fwd.h>

class async_closure_private_t;

Protected Member Functions

NameDescription
async_closure_private_t [constructor]Constructs the private tag.

Friends

NameDescription
folly::coro::AsyncObjectTagTag type identifying an async object owned by an async_closure.