Multithreading in PHP: Looking to the Future #24
Closed
EdmondDantes
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve completed an intermediate study of the PHP core from the perspective of multithreading. The main focus was on the possibility of organizing Actors as the safest abstraction for parallel programming. I also examined the interaction between single-threaded coroutines and other threads, showing how the TrueAsync RFC could integrate with new features in the future.
https://github.com/true-async/multithreaded-php/tree/main
Beta Was this translation helpful? Give feedback.
All reactions