You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ By simply adding a new job to the executor, that job is inserted in a queue that
10
10
11
11
Every worker has access to two job queues, one shared and one private. The private queue is used by jobs tasks to ensure the sequential execution of the provided functions.
12
12
13
-
When waiting for the result there are two options: call `Await()` on that job or search for job's id in the executor GlobalResponseQueue.
13
+
When waiting for the result there are two options: call `Await()` on that job or keep searching for job's id in the executor GlobalResponseQueue.
14
14
15
15
#### Installation
16
16
After making sure that Go is installed on your device.
@@ -24,7 +24,7 @@ Add following line in your `*.go` file:
24
24
```go
25
25
import"github.com/DACUS1005/async-executor"
26
26
```
27
-
If you are unhappy to use long `govalidator`, you can do something like this:
27
+
If you are unhappy to use long `asyncexecutor`, you can do something like this:
0 commit comments