https://github.com/anthdm/tasker
A package that handles the boilerplate involving running functions in goroutines idiomatically
https://github.com/anthdm/tasker
Last synced: about 1 year ago
JSON representation
A package that handles the boilerplate involving running functions in goroutines idiomatically
- Host: GitHub
- URL: https://github.com/anthdm/tasker
- Owner: anthdm
- License: mit
- Created: 2022-11-22T18:02:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:32:20.000Z (over 3 years ago)
- Last Synced: 2025-04-02T14:21:38.221Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasker
A package that abstracts all the boilerplate you need to write for executing functions inside goroutines in an idiomatic way.
# Why?
Handling functions inside goroutines in an idiomatic way comes with a lof to boilerplate.
golang
```
```
# How?
# Licence
Tasker is licenced under the MIT