Skip to content

Commit 6cc4bec

Browse files
committed
Enable pthreads adapter detection
1 parent 4db16a4 commit 6cc4bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static function create(LoopInterface $loop, array $options = [])
2424
}
2525

2626
if (extension_loaded('pthreads')) {
27-
//return static::setFilesystemOnAdapter(static::createFromAdapter(new Pthreads\Adapter($loop, $options)));
27+
return static::setFilesystemOnAdapter(static::createFromAdapter(new Pthreads\Adapter($loop, $options)));
2828
}
2929

3030
return static::setFilesystemOnAdapter(static::createFromAdapter(new ChildProcess\Adapter($loop, $options)));

0 commit comments

Comments
 (0)