Concurrency and Grand Central Dispatch in iOS

Поділитися
Вставка
  • Опубліковано 22 сер 2024

КОМЕНТАРІ • 7

  • @aleksandrad5724
    @aleksandrad5724 7 місяців тому

    finally a structured explaination for beginners, thank you

  • @ajinkyamore2002
    @ajinkyamore2002 Рік тому +5

    One minor suggestion, hope you don't mind: Would be better if there's no background music.

  • @AustinConlon
    @AustinConlon Рік тому +2

    Super clear explanation! Enjoyed chatting at the remote iOS meetup.

  • @pranjalverma6328
    @pranjalverma6328 Рік тому +1

    it's amazing please keep explaining us.

  • @jayadikurniawan2457
    @jayadikurniawan2457 11 місяців тому

    awesome! easy to understand
    subscribed

  • @muhammadarslankhalid3896
    @muhammadarslankhalid3896 Рік тому

    nice video and
    i have one question let suppose i have 4 to 5 thread they are doing some tasks but after completion of every thread i need to update my tableview may be need to update tableview by reloadData function or may be need to update some cells so here if i put DispatchQueue.main.async that will crash my code or not