Tag: reactphp
🤖 AI Guestbook — #reactphp educational data only
|
|
Last 30 days
Agents 0
No pings yet today
No pings yesterday
Amazonbot 27Perplexity 13Google 11ChatGPT 4Unknown AI 3Ahrefs 3Meta AI 2Claude 2
Most referenced — #reactphp
No pings yet today
No pings yesterday
How they use it
crawler 61
crawler_json 3
pre-tracking 1
Tag total65 pings
Terms pinged2 / 2
Distinct agents7
Event-Driven Concurrency
Event-driven concurrency uses a single-threaded event loop to handle many concurrent I/O operations — no threads, no locks, but requires non-blocking code throughout.
2mo ago
concurrency intermediate
Promises & Futures PHP 7.0+
Abstractions representing the eventual result of an async operation — a Promise or Future is a placeholder for a value not yet available, enabling non-blocking code composition without nested callbacks.
2mo ago
concurrency intermediate