An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/RussellLuo/gotask)
[![Travis Status for RussellLuo/gotask](https://travis-ci.org/RussellLuo/gotask.svg?branch=master)](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).