clearContextData overloads
Declared in <folly/io/async/Request.h>
Removes the RequestData instance with the given token, if it exists.
void
clearContextData(RequestToken const& val);
» more...
Removes the RequestData instance with the given identifier, if it exists.
void
clearContextData(std::string const& val);
» more...
| Name | Description |
|---|---|
| val | The identifier of the data to remove. |