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.
2 parents f0c1407 + 2677613 commit e61f53cCopy full SHA for e61f53c
1 file changed
README.md
@@ -22,6 +22,8 @@ names, baby!
22
$dns->resolve('igor.io')->then(function ($ip) {
23
echo "Host: $ip\n";
24
});
25
+
26
+ $loop->run();
27
```
28
29
But there's more.
@@ -44,6 +46,8 @@ You can cache results by configuring the resolver to use a `CachedExecutor`:
44
46
45
47
48
49
50
51
52
53
If the first call returns before the second, only one query will be executed.
0 commit comments