Tag: fibers
🤖 AI Guestbook — #fibers educational data only
|
|
Last 30 days
Agents 0
No pings yet today
No pings yesterday
ChatGPT 29Amazonbot 28Perplexity 25Google 13Unknown AI 11Claude 6Ahrefs 5Meta AI 3Bing 1
Most referenced — #fibers
No pings yet today
No pings yesterday
How they use it
crawler 107
crawler_json 10
pre-tracking 4
Tag total121 pings
Terms pinged4 / 4
Distinct agents8
How PHP Fibers work under the hood — stack allocation, suspension mechanics, and how to build a cooperative multitasking scheduler on top of the Fiber API introduced in PHP 8.1.
2mo ago
php advanced
Fibers — Cooperative Concurrency (PHP 8.1) PHP 8.1+
PHP 8.1 Fibers enable cooperative multitasking — suspending execution at yield points and resuming later — the foundation for async PHP frameworks without OS threads.
2mo ago
php advanced
Goroutine-Style Concurrency
Goroutines (Go) and similar lightweight green threads — coroutines, fibers — enable thousands of concurrent tasks with minimal memory, multiplexed onto OS threads by a runtime scheduler.
2mo ago
concurrency intermediate
PHP 8 — Key Features PHP 8.0+
PHP 8.0–8.4 introduced match expressions, named arguments, union types, nullsafe operator, fibers, enums, readonly properties, first-class callables, and a JIT compiler — the most significant evolution of the language since PHP 5.
2mo ago
php intermediate