Y
Hacker News
new
|
ask
|
show
|
jobs
by
chrisamanse
3697 days ago
Swift has Grand Central Dispatch (GCD) for running concurrent code
1 comments
wlesieutre
3697 days ago
(But only on OS X and iOS)
link
chrisamanse
3697 days ago
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 :)
link
lobster_johnson
3697 days ago
Isn't libdispatch fully implemented on Linux and *BSD?
link