e
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Snowflake\Process;
|
||||
|
||||
|
||||
class PrintIn extends Process
|
||||
{
|
||||
|
||||
|
||||
public function onHandler(\Swoole\Process $process)
|
||||
{
|
||||
do {
|
||||
|
||||
sleep(1);
|
||||
|
||||
} while (true);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user