Skip to content

Commit

Permalink
Update AsyncWithThread.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 16, 2024
1 parent a8fd698 commit 8522627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions some_tests/thread-worker/AsyncWithThread.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'vendor/autoload.php';
include "SimpleThread.php";

use vennv\vapm\simultaneous\Async;
use vennv\vapm\Async;

function start() : Async {
return new Async(function () : void {
Expand All @@ -13,4 +13,4 @@ function start() : Async {
});
}

start();
start();

0 comments on commit 8522627

Please sign in to comment.