Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-tolexo authored Dec 25, 2017
1 parent 080c12f commit fd71c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ go get github.com/mayur-tolexo/sworker/worker

# Handler
```
handler is a function to which the worker will call. it is a function like:
handler is a function to which the worker will call.
FUNCTION DEFINATION:
func(value ...interface{}) error
Here PrintAll is a handler function. Define your own handler and pass it in the jobpool and you are ready to go.
Expand Down

0 comments on commit fd71c7c

Please sign in to comment.