You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
5
vendor/swoole/examples/namespace/atomic.php
vendored
Executable file
5
vendor/swoole/examples/namespace/atomic.php
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$an = new Swoole\Atomic(100);
|
||||
|
||||
$an->add(12);
|
||||
echo $an->get()."\n";
|
Reference in New Issue
Block a user