Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czarbit/fork
A solution for running code concurrently in PHP
https://github.com/czarbit/fork
fork fork-for-contribution forked forked-repo php
Last synced: about 1 month ago
JSON representation
A solution for running code concurrently in PHP
- Host: GitHub
- URL: https://github.com/czarbit/fork
- Owner: czarbit
- License: gpl-3.0
- Created: 2024-08-21T19:35:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T19:38:19.000Z (4 months ago)
- Last Synced: 2024-08-21T22:03:03.802Z (4 months ago)
- Topics: fork, fork-for-contribution, forked, forked-repo, php
- Homepage: https://t.me/czarbit
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [fork](https://t.me/czarbit)
This package makes it easy to run PHP concurrently. Behind the scenes, concurrency is achieved by forking the main PHP process to one or more child tasks.
In this example, where we are going to call an imaginary slow API, all three closures will run at the same time.