Y
Hacker News
new
|
ask
|
show
|
jobs
by
mort96
2867 days ago
Maybe more developers would make use of it if it was open source, existed for other platforms, and available for languages people actually use on those other platforms.
1 comments
lukeh
2867 days ago
GCD is. NSOperationQueue is too tightly coupled to Foundation to be useful/relevant on other platforms.
link
Tsiklon
2867 days ago
It looks like there's a working GCD port for Linux in
https://github.com/apple/swift-corelibs-libdispatch
link