Releases: reactphp-parallel/event-loop
Releases · reactphp-parallel/event-loop
1.2.0
Introduces a scaling timer inside the event loop bridge. Making it use less CPU by scaling between 100 and 1000 checks for new events per second.
1.2.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 2
PHP 🐘,Source 🔮,enhancement
- 11: Tweak scaling range thanks to @WyriHaximus
Feature 🏗,PHP 🐘,Source 🔮
- 10: Scale depending on demand thanks to @WyriHaximus
Dependencies 📦,PHP 🐘
- 9: Bump reactivex/rxphp from 2.0.7 to 2.0.8 thanks to @dependabot[bot]
- 8: Bump wyrihaximus/metrics from 1.0.1 to 1.0.2 thanks to @dependabot[bot]
Dependencies 📦,JSON 👨💼,PHP 🐘
- 7: Bump wyrihaximus/constants from 1.5.0 to 1.6.0 thanks to @dependabot[bot]
1.1.0
Metrics
Added support for metrics through wyrihaximus/metrics
:
use React�ventLoop\Factory;
use ReactParallel�ventLoop�ventLoopBridge;
use ReactParallel�ventLoop\Metrics;
use WyriHaximus\Metrics\Configuration;
use WyriHaximus\Metrics\InMemory\Registry;
$loop = Factory::create();
$eventLoopBridge = (new EventLoopBridge($loop))->withMetrics(Metrics::create(new Registry(Configuration::create())));
1.1.0
-
Total issues resolved: 0
-
Total pull requests resolved: 2
-
Total contributors: 1
-
6: Add GitHub Configuration thanks to @WyriHaximus
CI 🚧,Dependencies 📦,Documentation 📚,JSON 👨💼,MarkDown 📝,NEON 🦹♂️,PHP 🐘,Source 🔮,Tests 🧪,YAML 🍄
- 2: Add metrics thanks to @WyriHaximus
1.0.1
- Minor bug fix
1.0.0
- Initial release