{"id":20431017,"url":"https://github.com/mallikarjunh/threads-multithreading","last_synced_at":"2025-10-29T21:03:56.307Z","repository":{"id":151467784,"uuid":"405893679","full_name":"MallikarjunH/Threads-Multithreading","owner":"MallikarjunH","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-18T11:02:24.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T17:38:39.925Z","etag":null,"topics":["concurrency","concurrency-patterns","concurrent-programming","gsd","ios","multithreading","queue","swift","thread","threading"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MallikarjunH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-13T08:32:39.000Z","updated_at":"2021-10-13T03:48:26.000Z","dependencies_parsed_at":"2023-06-25T20:24:03.379Z","dependency_job_id":null,"html_url":"https://github.com/MallikarjunH/Threads-Multithreading","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MallikarjunH%2FThreads-Multithreading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MallikarjunH%2FThreads-Multithreading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MallikarjunH%2FThreads-Multithreading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MallikarjunH%2FThreads-Multithreading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MallikarjunH","download_url":"https://codeload.github.com/MallikarjunH/Threads-Multithreading/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241975136,"owners_count":20051428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concurrency","concurrency-patterns","concurrent-programming","gsd","ios","multithreading","queue","swift","thread","threading"],"created_at":"2024-11-15T08:09:54.600Z","updated_at":"2025-10-29T21:03:56.211Z","avatar_url":"https://github.com/MallikarjunH.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Multithreading in iOS\n\nProduction applications will often need to perform heavier operations such as downloading high-resolution images or a executing non-cached database queries. To prevent stalling the main thread (and a hit in frame rate), Apple has provided a few tools to help you out! \n\n1. Grand Central Dispatch\n2. NSOperations\n3. performSelectorInBackground     method on NSObject.\n\n\n# Concurrency\n Executing multiple tasks at the same time in a scalable manner\n \n Ways to achieve concurrency in iOS - Threads, Dispatch Queues, Operation Queues.\n \n Ways to achive Multithreadubg in iOS - Threads, GCD(Grand Central Dispatch)\n Different Types of Dispatch Queues - Main Queues, Concurrent Queues (global dispatch queue), Serial Queue (private queue)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallikarjunh%2Fthreads-multithreading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallikarjunh%2Fthreads-multithreading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallikarjunh%2Fthreads-multithreading/lists"}