[swift-users] Swift concurrency story on Linux?

Joshua Scott Emmons skia at skia.net
Wed Dec 23 10:22:27 CST 2015


> On Dec 23, 2015, at 10:06 AM, Isaac Gouy via swift-users <swift-users at swift.org> wrote:
> 
> afaict the Swift concurrency story on Apple platforms has been GCD.
> 
> What's going to be the Swift concurrency story on Linux?


According to Swift.org (https://swift.org/blog/swift-linux-port/), I think GCD (aka libdispatch) is the plan for Linux as well:

"Here are some things that aren’t quite working yet or are planned for the future:

libdispatch: Part of the Core Libraries, updated Linux support is in progress. You can follow development on the libdispatch project on GitHub (https://github.com/apple/swift-corelibs-libdispatch)."


-- 
-jemmons


More information about the swift-users mailing list