Skip to content

Commit

Permalink
Merge pull request #54 from narumij/issue/48
Browse files Browse the repository at this point in the history
sending attributeが忘れられている
  • Loading branch information
stzn authored Sep 7, 2024
2 parents 393f63e + 082bd5f commit ae91d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Guide.docc/IncrementalAdoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ __attribute__((swift_attr(“@Sendable”)))
__attribute__((swift_attr(“@_nonSendable”)))
__attribute__((swift_attr("nonisolated")))
__attribute__((swift_attr("@UIActor")))
__attribute__((swift_attr("sending")))
__attribute__((swift_async(none)))
__attribute__((swift_async(not_swift_private, COMPLETION_BLOCK_INDEX))
Expand All @@ -305,6 +306,7 @@ NS_SWIFT_SENDABLE
NS_SWIFT_NONSENDABLE
NS_SWIFT_NONISOLATED
NS_SWIFT_UI_ACTOR
NS_SWIFT_SENDING
NS_SWIFT_DISABLE_ASYNC
NS_SWIFT_ASYNC(COMPLETION_BLOCK_INDEX)
Expand Down

0 comments on commit ae91d0c

Please sign in to comment.