Created
October 2, 2024 10:15
-
-
Save vikage/6af351b9cebc4a0325f9bfe1316a3969 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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