Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiok committed Nov 30, 2021
1 parent f737943 commit b2a251e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#### Config

in your main file or something like that
* In your main file or something like that

```go
// init the shared data structure.
Expand All @@ -18,6 +18,7 @@ splanner.InitQueue(20)
splanner.NewDispatcher(15).Run(true)
```

* The caller should have something similar...
```go

type HeavyWork struct {
Expand Down

0 comments on commit b2a251e

Please sign in to comment.