apple / swift-async-algorithms

Async Algorithms for Swift
Apache License 2.0
3.06k stars 151 forks source link

Musl libc support #335

Closed bobbelkl closed 1 month ago

bobbelkl commented 1 month ago

I'm cross compiling to linux and have swift-async-algorithms as a dependency. There are only two files that import Glibc: Locking.swift and Taskdriver.swift

Since Musl is the default for Swift SDKs is there any reason why there is no Musl support?

bobbelkl commented 1 month ago

Never mind, I just didn't realize I wasn't using the latest version.