Skip to content

Commit

Permalink
Edit annotations.md using inpage editor
Browse files Browse the repository at this point in the history
Summary:
This diff has been automatically generated by the inpage editor.

NOTE: If you want to update this diff, go via the preview link inside the static docs section below.
Ensure you are editing the same page that was used to create this diff.

Reviewed By: Mizuchi

Differential Revision: D51265741

fbshipit-source-id: 278750d90ab73b08397f2435255e3da37e34dbea
  • Loading branch information
iahs authored and facebook-github-bot committed Nov 13, 2023
1 parent f8b40a0 commit b05ccba
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions thrift/doc/idl/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,19 +279,6 @@ Adds a `std::hash` and `std::equal_to` specialization for the Thrift struct. You

This is used in SMC to support a custom processor which caches response and uses the parameter annotated with `cpp.cache` as the key.

#### cpp.coroutine

* Where to use: method
* Value: none
* Example:

```
service MyService {
void m1() (cpp.coroutine);
}
```

Enable coroutine generation. See [[Thrift/ImplementingAServer/]] for more information.

#### priority

Expand Down

0 comments on commit b05ccba

Please sign in to comment.