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

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

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