mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Update process.md
This commit is contained in:
parent
4ad3fd7370
commit
df854050ef
@ -108,7 +108,7 @@ use Hyperf\Process\AbstractProcess;
|
||||
use Hyperf\Process\Annotation\Process;
|
||||
|
||||
/**
|
||||
* @Process(name="foo_process", name="user-process",redirectStdinStdout=false, pipeType=2, enableCoroutine=true)
|
||||
* @Process(name="user-process",redirectStdinStdout=false, pipeType=2, enableCoroutine=true)
|
||||
*/
|
||||
class FooProcess extends AbstractProcess
|
||||
{
|
||||
@ -179,4 +179,4 @@ class DemoProcess extends AbstractProcess
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user