Skip to content

Releases: reactphp-parallel/event-loop

1.2.0

19 Dec 17:28
d50e899
Compare
Choose a tag to compare

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

Feature 🏗,PHP 🐘,Source 🔮

Dependencies 📦,PHP 🐘

Dependencies 📦,JSON 👨‍💼,PHP 🐘

1.1.0

17 Nov 21:46
e859517
Compare
Choose a tag to compare

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

CI 🚧,Dependencies 📦,Documentation 📚,JSON 👨‍💼,MarkDown 📝,NEON 🦹‍♂️,PHP 🐘,Source 🔮,Tests 🧪,YAML 🍄

1.0.1

04 Nov 00:52
1.0.1
5070e4e
Compare
Choose a tag to compare
  • Minor bug fix

1.0.0

04 Nov 00:52
1.0.0
ecf5644
Compare
Choose a tag to compare
  • Initial release