Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 00:10
9fa0f47

Metrics

This release adds supports for metrics through wyrihaximus/metrics:

use React�ventLoop\Factory as EventLoopFactory;
use ReactParallel\Factory;
use ReactParallel\Metrics;
use WyriHaximus\Metrics\Configuration;
use WyriHaximus\Metrics\InMemory\Registry;

$loop = EventLoopFactory::create();
$registry = new Registry(Configuration::create());
$factory = (new Factory($loop))->withMetrics(Metrics::create($registry));

1.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2

Dependencies 📦,JSON 👨‍💼,PHP 🐘

Dependencies 📦,PHP 🐘

Dependencies 📦,Documentation 📚,JSON 👨‍💼,PHP 🐘

Dependencies 📦,Documentation 📚,JSON 👨‍💼,MarkDown 📝,PHP 🐘,Source 🔮,Tests 🧪