{"id":21307234,"url":"https://github.com/dotnetrussell/concurrenttasks","last_synced_at":"2025-03-15T19:48:50.089Z","repository":{"id":116077097,"uuid":"221580998","full_name":"DotNetRussell/ConcurrentTasks","owner":"DotNetRussell","description":"How to run async tasks concurrently in C#","archived":false,"fork":false,"pushed_at":"2019-11-14T13:10:15.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T09:12:21.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/DotNetRussell.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":"2019-11-14T00:57:32.000Z","updated_at":"2019-11-14T16:45:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c534521-f9e8-47c1-bde3-6b3af1378763","html_url":"https://github.com/DotNetRussell/ConcurrentTasks","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/DotNetRussell%2FConcurrentTasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FConcurrentTasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FConcurrentTasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FConcurrentTasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DotNetRussell","download_url":"https://codeload.github.com/DotNetRussell/ConcurrentTasks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243784103,"owners_count":20347409,"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":[],"created_at":"2024-11-21T16:30:38.129Z","updated_at":"2025-03-15T19:48:50.066Z","avatar_url":"https://github.com/DotNetRussell.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConcurrentTasks\nHow to run async tasks concurrently in C#\n\nApplication output\n```\nExecutes each async request in order\nStarting All Awaits Tests\nTaskOne Complete\nTaskTwo Complete\nTaskThree Complete\nTaskFour Complete\nTaskFive Complete\nAll Awaits Test Completed: 5133\n\nExecutes each async request concurrently\nStarting Task When All Tests\nTaskOne Complete\nTaskThree Complete\nTaskTwo Complete\nTaskFive Complete\nTaskFour Complete\nTask When All Test Completed: 1995\n\nExecutes each async request concurrently but doesn't wait for them to finish before continuing\nStarting Parallel Tasks Tests\nTaskFive Complete\nTaskFour Complete\nTaskThree Complete\nTaskTwo Complete\nTask Parallel Tasks Test Completed: 1026\nTaskOne Complete\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetrussell%2Fconcurrenttasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnetrussell%2Fconcurrenttasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetrussell%2Fconcurrenttasks/lists"}