apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

[wasm] Port CFStream for no-dispatch platforms #4909

Closed kateinoigakukun closed 4 months ago

kateinoigakukun commented 4 months ago

This patch guards the use of RunLoop, which is not available on no-dispatch platforms. CFStream is still useful without RunLoop integration to port some APIs like PropertyListSerialization.

kateinoigakukun commented 4 months ago

@swift-ci test