Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно MASTERING SWIFT - concurrency, parallelism, dispatch queue, operation queue или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
Hi there ... This is the twenty-second chapter of the Mastering Swift Tutorial series. In this chapter we are gonna talk about concurrency and parallelism. When you’ve multiple tasks or threads that must be done as soon as possible. Concurrency is a good option. Because when a certain task has available time, we can use that time for doing another task. If your device processor has multiple cores which is more than one. Then each core can handle one different task/thread. In this case those tasks were handled simultaneously. 00:05 explaning concurrency and parallelism ? 04:18 gcd, dispatch queue 04:50 serial queue 12:28 concurrent queue 14:18 main queue 15:54 asyncAfter 16:33 operation queue 17:03 block operation 20:35 custom operation class 24:31 serial operation queue You are gonna see lot of things about programming in a simplified tutorials. What do you waiting for to be a member of this ship. You can support by subscribing : - / @programmership #dispatchqueue #operationqueue #swift