Open in app
Home
Notifications
Lists
Stories

Write
Piotr Tobolski
Piotr Tobolski

Home

Mar 19, 2018

Dealing with async code in Swift

Asynchronous programming can be tricky, especially for less experienced developers. There are many things to consider like thread the code is executing on, priorities or deadlocks. There are also many tools and practices that make it easier to write asynchronous code. — In this post I would like to compare different styles of writing asynchronous code in Swift. Most of it also apply to Objective-C and other languages (like Java or C#) because concepts between platforms are shared very often. Main difference would be syntax and libraries used.

Swift

8 min read

Piotr Tobolski

Piotr Tobolski

iOS developer @ intive | https://piotrtobolski.com

Following
  • Paweł Urban

    Paweł Urban

  • Marcin Niczyporuk

    Marcin Niczyporuk

  • Justyna Pietrzyńska

    Justyna Pietrzyńska

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable