Skip to content

Commit

Permalink
rm tid
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Apr 10, 2018
1 parent 8fe9037 commit c39e602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ProcessBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public static function create(string $name): Process

list($name, $boot, $pipe, $inout, $co) = self::getProcessMaping($name);
$swooleProcess = new SwooleProcess(function (SwooleProcess $swooleProcess) use ($name, $co, $boot) {
Coroutine::initTid();
$process = new Process($swooleProcess);
if ($co) {
self::runProcessByCo($name, $process, $boot);
Expand Down

0 comments on commit c39e602

Please sign in to comment.