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

https://github.com/yudai/task

A simple struct for easier goroutine management
https://github.com/yudai/task

Last synced: 6 months ago
JSON representation

A simple struct for easier goroutine management

Awesome Lists containing this project

README

          

# type T struct

A simple struct which makes goroutines more friendly

## Usage

```sh
go get github.com/yudai/task
```

Godoc [https://godoc.org/github.com/yudai/task]

See `t_test.go` for examples.