Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

进程管理类建议 #35

Closed
loyating opened this issue Jan 4, 2020 · 1 comment
Closed

进程管理类建议 #35

loyating opened this issue Jan 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@loyating
Copy link
Contributor

loyating commented Jan 4, 2020

进程管理:AutoRunProcessManager
建议保存进程的\Swoole\Process对象,方便逻辑中获取此对象实现对应业务功能

@Yurunsoft
Copy link
Member

已实现

use \Imi\Process\ProcessManager;
/** @var \Swoole\Process $process */
$process = ProcessManager::getProcessWithManager('processName');

@Yurunsoft Yurunsoft added the enhancement New feature or request label Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants