{"id":13734036,"url":"https://github.com/p-ranav/task_system","last_synced_at":"2025-05-05T11:32:00.640Z","repository":{"id":55675472,"uuid":"225633222","full_name":"p-ranav/task_system","owner":"p-ranav","description":"Task System presented in \"Better Code: Concurrency - Sean Parent\" ","archived":false,"fork":false,"pushed_at":"2020-09-20T01:25:06.000Z","size":820,"stargazers_count":40,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-04T03:03:19.666Z","etag":null,"topics":["concurrency","cpp","header-only","taskscheduler","threading"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p-ranav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-03T13:58:35.000Z","updated_at":"2024-08-03T15:47:38.000Z","dependencies_parsed_at":"2022-08-15T06:10:51.796Z","dependency_job_id":null,"html_url":"https://github.com/p-ranav/task_system","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/p-ranav%2Ftask_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-ranav%2Ftask_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-ranav%2Ftask_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-ranav%2Ftask_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p-ranav","download_url":"https://codeload.github.com/p-ranav/task_system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224443942,"owners_count":17312127,"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","cpp","header-only","taskscheduler","threading"],"created_at":"2024-08-03T03:00:51.923Z","updated_at":"2024-11-13T12:07:21.542Z","avatar_url":"https://github.com/p-ranav.png","language":"C++","readme":"# task_system\n\n`task_system` provides a task scheduler for modern C++.\n\n* The scheduler manages an array of concurrent queues\n* A task, when scheduled, is enqueued onto one of queues\n* A pool of threads executes ready tasks, potentially stealing tasks for each other's queues\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/design.png\"/\u003e  \n\u003c/p\u003e\n\n### Reference\n\n* **Video**: https://www.youtube.com/watch?v=zULU6Hhp42w\n* **Presentation**: https://sean-parent.stlab.cc/presentations/2016-08-08-concurrency/2016-08-08-concurrency.pdf\n* **Abstract**: Despite all of the recent interest, concurrency in standard C++ is still barely in its infancy. This talk uses the primitives supplied by C++14 to build a simple, reference, implementation of a task system. The goal is to learn to write software that doesn’t wait.\n","funding_links":[],"categories":["Concurrency"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp-ranav%2Ftask_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp-ranav%2Ftask_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp-ranav%2Ftask_system/lists"}