Callable type that awaits an Async wrapper via tag_invoke.
Synopsis
Declared in <folly/fibers/async/Async.h>
struct await_fn;
Member Functions
Name |
Description |
Awaits |
Non-Member Functions
Name |
Description |
Awaits the wrapper, checking that the caller runs on a fiber. |
|
Awaits the wrapper and returns its stored value. |
Created with MrDocs