1
0
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:
Markus Staab 2021-01-06 22:02:13 +01:00 committed by GitHub
parent f1d87b6e6f
commit 870af820e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);