https://github.com/russellluo/gotask
The minimal Go library for implementing an asynchronous task worker.
https://github.com/russellluo/gotask
Last synced: over 1 year ago
JSON representation
The minimal Go library for implementing an asynchronous task worker.
- Host: GitHub
- URL: https://github.com/russellluo/gotask
- Owner: RussellLuo
- Created: 2017-04-03T15:54:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T10:27:42.000Z (over 8 years ago)
- Last Synced: 2025-04-12T19:12:01.251Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://godoc.org/github.com/RussellLuo/gotask)
[](https://travis-ci.org/RussellLuo/gotask)
# gotask
The minimal Go library for implementing an asynchronous task worker.
## Installation
```bash
$ go get -u github.com/RussellLuo/gotask
```
## Examples
Check out [examples](https://github.com/RussellLuo/gotask/tree/master/examples).