Introduces Parallel Processing for PHP
Find a file
netkas ecd2446788 Add process cleanup functionality
Introduced a `close` method to ensure proper cleanup of child processes and shared memory resources, preventing zombie processes. Added a `clean` method to iterate through unfinished promises and apply the close operation, enhancing resource management.
2024-12-03 15:50:11 -05:00
.github/workflows Initial Commit 2024-12-03 13:50:29 -05:00
.idea Initial Commit 2024-12-03 13:50:29 -05:00
src/PsyncLib Add process cleanup functionality 2024-12-03 15:50:11 -05:00
.gitignore Updated .gitignore 2024-12-03 15:30:26 -05:00
bootstrap.php Initial Commit 2024-12-03 13:50:29 -05:00
Makefile Initial Commit 2024-12-03 13:50:29 -05:00
phpunit.xml Initial Commit 2024-12-03 13:50:29 -05:00
project.json Added Psync Functionality bare-bones 2024-12-03 15:30:06 -05:00