Hacker News new | ask | show | jobs
by chrisamanse 3697 days ago
Swift has Grand Central Dispatch (GCD) for running concurrent code
1 comments

(But only on OS X and iOS)
Yes, currently. But in the link, it states that "For Linux, Swift 3 will also be the first release to contain the Swift Core Libraries." And GCD (or libdispatch) is part of the Swift Core Libraries :)
Isn't libdispatch fully implemented on Linux and *BSD?