Skip to content

Improve dispatch queue support for Windows #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 1, 2019

Conversation

compnerd
Copy link
Member

This extends the libdispatch support for dispatch runloop queue stubs on Windows so that it is sufficient for building Foundation.

This is used by the CoreFoundation port which is used by Foundation.
Provide the functions so that we can build Foundation.

The API change here matches the definition and declaration and has no
impact on the ABI.
Export the stub that we provide for swift programs on Windows.  This is
used by CoreFoundation and thus is needed for the Foundation port on
Windows.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @ktopley-apple @MadCoder

@ktopley-apple ktopley-apple self-requested a review February 1, 2019 18:59
@ktopley-apple ktopley-apple merged commit e6df818 into swiftlang:master Feb 1, 2019
@compnerd compnerd deleted the dispatch-queues branch February 1, 2019 19:07
rokhinip pushed a commit that referenced this pull request Nov 5, 2021
Improve dispatch queue support for Windows

Signed-off-by: Kim Topley <ktopley@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants