We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcd070 commit 2a39d84Copy full SHA for 2a39d84
README.md
@@ -35,7 +35,7 @@ let future3 = try userLoader.load(key: 1, on: req)
35
36
Now there is only one thing left and that is to dispathc it `try userLoader.dispatchQueue(on: req.eventLoop)`
37
38
-The example above will only fetch users twice because `future1 == future3`
+The example above will only fetch two users, because the user with key `1` is present twice in the list.
39
40
#### Load multiple keys
41
There is also an API to load multiple keys at once
0 commit comments