Skip to content

Instantly share code, notes, and snippets.

@vikage
Created October 2, 2024 10:15
Show Gist options
  • Save vikage/6af351b9cebc4a0325f9bfe1316a3969 to your computer and use it in GitHub Desktop.
Save vikage/6af351b9cebc4a0325f9bfe1316a3969 to your computer and use it in GitHub Desktop.
class alignas(MaximumAlignment) AsyncContext {
public:
/// The parent context.
AsyncContext * __ptrauth_swift_async_context_parent Parent;
TaskContinuationFunction * __ptrauth_swift_async_context_resume
ResumeParent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment