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
- Host: GitHub
- URL: https://github.com/yudai/task
- Owner: yudai
- License: mit
- Created: 2016-03-14T07:53:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T10:50:15.000Z (over 9 years ago)
- Last Synced: 2025-03-24T07:26:44.329Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.