Does PHP have threading?

前端 未结 13 1687
孤城傲影
孤城傲影 2020-11-22 09:39

I found this PECL package called threads, but there is not a release yet. And nothing is coming up on the PHP website.

13条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 10:27

    There is a Threading extension being activley developed based on PThreads that looks very promising at https://github.com/krakjoe/pthreads

提交回复
热议问题