Y
Hacker News
new
|
ask
|
show
|
jobs
by
Jack4E4B
3235 days ago
Concurrency finally, it has taken forever. Is there any built-in support now? Server side Swift is lacking this big time.
1 comments
slavapestov
3235 days ago
It doesn't cover everything, but libdispatch is available on both Darwin and Linux, with a "Swift-ified" API.
link
Jack4E4B
3235 days ago
I am not a Swift expert, can you explain your point. How would that situation compare to say programming in Go where there is built-in support for channels, and concurrency?
link