You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest that php-uv removes the support for libuv's queue work API. Even though it seems safe to the user from the outside, the API is expensive, limited and dangerous.
I'm sure with one or the other work it will segfault (we can already see that in #46). Instead of having such a potential dangerous API exposed, I'd like to see it instead removed and link to parallel, which is safe, offers a good range of features and is the dedicated PHP extension for parallelism.
What is the opinion of the maintainer on this matter?
The text was updated successfully, but these errors were encountered:
I'd like to suggest that php-uv removes the support for libuv's queue work API. Even though it seems safe to the user from the outside, the API is expensive, limited and dangerous.
I'm sure with one or the other work it will segfault (we can already see that in #46). Instead of having such a potential dangerous API exposed, I'd like to see it instead removed and link to parallel, which is safe, offers a good range of features and is the dedicated PHP extension for parallelism.
What is the opinion of the maintainer on this matter?
The text was updated successfully, but these errors were encountered: