From b05ccbaebb6ad2988f93a2db89728bf23994cb89 Mon Sep 17 00:00:00 2001 From: Shai Szulanski Date: Mon, 13 Nov 2023 13:12:58 -0800 Subject: [PATCH] Edit annotations.md using inpage editor 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 --- thrift/doc/idl/annotations.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/thrift/doc/idl/annotations.md b/thrift/doc/idl/annotations.md index 61cdb87fb30..a3da864b874 100644 --- a/thrift/doc/idl/annotations.md +++ b/thrift/doc/idl/annotations.md @@ -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