mirror of
https://github.com/danog/amp.git
synced 2025-01-22 13:21:16 +01:00
Remove leftover (#337)
This commit is contained in:
parent
f1d87b6e6f
commit
870af820e5
@ -5,6 +5,5 @@ require __DIR__ . '/../../vendor/autoload.php';
|
||||
use Amp\Delayed;
|
||||
use function Amp\await;
|
||||
|
||||
// Note that the closure declares void as a return type, not Promise or Generator.
|
||||
$result = await(new Delayed(1000, 42));
|
||||
\var_dump($result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user