requestFC overloads
Synopses
Declared in <folly/synchronization/FlatCombining.h>
Requests execution of an operation, combining it with others when possible.
Requests a combinable operation using a custom fill function.
Requests a combinable operation with custom fill and result functions.
Parameters
Name |
Description |
opFn |
The operation to execute. |
rec |
Optional pre‐allocated record; nullptr allocates one. |
syncop |
Whether the request is synchronous. |
fillFn |
Fills the request record before combining. |
resFn |
Extracts the result after the operation completes. |
Created with MrDocs