TAG ARCHIVE
Everything on concurrency.
2 articles tagged concurrency, sorted newest first.
laravel
Run Independent Work in Parallel with Laravel's Concurrency Facade
Turn six sequential dashboard queries into one parallel batch. A practical look at Laravel's Concurrency facade — run(), defer(), the three drivers, and when a queue is still the right call.
7 min read →
php
PHP 8.4 Fibers: Async Patterns Without a Framework
PHP has had Fibers since 8.1, and PHP 8.4 quietly improved them. You don't need ReactPHP or Amp to get useful concurrency patterns: here's what Fibers actually give you and when to reach for them.
6 min read →