Skip to content

Commit

Permalink
Update CoroutineIO.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 16, 2024
1 parent abbe518 commit e1e19d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions some_tests/coroutines/CoroutineIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

require_once __DIR__ . '/vendor/autoload.php';

use vennv\vapm\simultaneous\CoroutineGen;
use vennv\vapm\simultaneous\CoroutineScope;
use vennv\vapm\simultaneous\Dispatchers;
use vennv\vapm\CoroutineGen;
use vennv\vapm\CoroutineScope;
use vennv\vapm\Dispatchers;

$scope = new CoroutineScope(Dispatchers::IO);

Expand All @@ -18,4 +18,4 @@
echo "Coroutine 2\n";
});

CoroutineGen::runBlocking($scope);
CoroutineGen::runBlocking($scope);

0 comments on commit e1e19d4

Please sign in to comment.