Giter Site home page Giter Site logo

swiftconcurrencybootcamp's Introduction

Swift Concureny BootCamp

This repository contains tutorials regarding to concurrency on Swift language that were created by following the youtube videos of the "Swiftfull thinking" channel.

Please refer this link for the videos: https://youtube.com/playlist?list=PLwvDm4Vfkdphr2Dl4sY4rS9PLzPdyi8PM&si=_3I2tPMzz_ZrUV5e

Swift concurrency is introduced with Swift 5.5 version as you know.

Course covers concurrency in a wide range and I wanted to take chance to show you with the source code how can each part of the swift concurrency be used.

Most of the examples are shown in Swiftui views.

For example:

  • Async/Await and Actors
  • Affect of Do Try Catch both on Swift concurreny
  • Different type of asyc code in Swift such as @escaping closures, combine and async await
  • How and where should we use Task in swiftui
  • How to use Async let for groupping our async calls and waiting for all them to be completed
  • How and Where to use the TaskGroup
  • Conversion of @escaping async code to continuation so that they can be converted to async/await
  • How to use actos (swift's new way of defining class types)

swiftconcurrencybootcamp's People

Contributors

khanboy1989 avatar serhankhan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.