mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
[ci skip] Fix typo
This commit is contained in:
parent
e253211a60
commit
58d2ed94e7
@ -179,7 +179,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
We could kep adding cases to this handler function, but in a realistic application, it's convenient to define the logic for each case in a separate function.
|
We could keep adding cases to this handler function, but in a realistic application, it's convenient to define the logic for each case in a separate function.
|
||||||
|
|
||||||
To refactor our code, let's create a simple dispatcher which maps task type to its handler.
|
To refactor our code, let's create a simple dispatcher which maps task type to its handler.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user