{"id":17129549,"url":"https://github.com/aloknerurkar/task-runner","last_synced_at":"2025-03-24T04:31:42.994Z","repository":{"id":135473474,"uuid":"89853271","full_name":"aloknerurkar/task-runner","owner":"aloknerurkar","description":"Async task runner in go","archived":false,"fork":false,"pushed_at":"2017-07-22T07:36:14.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T10:32:11.984Z","etag":null,"topics":["golang","worker-queue"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/aloknerurkar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-04-30T13:45:45.000Z","updated_at":"2022-02-07T12:47:02.000Z","dependencies_parsed_at":"2023-04-09T22:02:13.242Z","dependency_job_id":null,"html_url":"https://github.com/aloknerurkar/task-runner","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/aloknerurkar%2Ftask-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloknerurkar%2Ftask-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloknerurkar%2Ftask-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloknerurkar%2Ftask-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloknerurkar","download_url":"https://codeload.github.com/aloknerurkar/task-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245210930,"owners_count":20578316,"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":["golang","worker-queue"],"created_at":"2024-10-14T19:09:54.484Z","updated_at":"2025-03-24T04:31:42.972Z","avatar_url":"https://github.com/aloknerurkar.png","language":"Go","readme":"# task-runner\n\nAs the name suggests, this library provides concurrent task execution.\n\nI recently found an article, explaining a design of Worker Queue implementation in Go.\n\nhttp://nesv.github.io/golang/2014/02/25/worker-queues-in-go.html\n\nI would suggest going through the article first. Also the article mentions about some videos you can watch,\nwhich explain concurrency patterns in Go. I would suggest going through that as well.\n\nI wanted to create a library out of this, so that I can use it everywhere.\n\nFor example usage you can go through the\n/example/examples.go\n\nBasically this TaskRunner provides two interfaces to run Tasks.\n\nTask type is pretty much anything that has a Execute() routine. Tasks have to be structured this way.\n\nThe first interface is free is a simple function call interface.\n\nThe second is the channel interface.\n\nSome basic tests can be found in the test/ dir as well as the main pkg.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloknerurkar%2Ftask-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloknerurkar%2Ftask-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloknerurkar%2Ftask-runner/lists"}