v0.1 — Foundation

2024Completed
  • Coroutines & Scheduler
  • Event loop (libuv)
  • spawn() / delay() / timeout()

v0.6 — Complete Async API

2026-03-14Completed
  • TaskGroup & TaskSet
  • Channels (buffered/unbuffered)
  • Future / FutureState
  • Pool with CircuitBreaker
  • Async File & Pipe I/O
  • TCP / UDP sockets
  • PDO connection pooling
  • FileSystemWatcher
  • CURL async
  • Deadlock diagnostics

v0.7 — Threads & Stabilization

In Development
Summer 2026In Progress
  • spawn_thread() — cross-platform OS threads
  • Thread lifecycle (request startup/shutdown, TSRM)
  • Closure deep copy (op_array transfer via pemalloc)
  • Zval transfer between threads (scalars, strings, arrays)
  • RemoteException / ThreadTransferException
  • Bailout recovery (fatal errors in child threads)
  • Object transfer (declared properties)
  • Captured variables (use) in closures
  • ThreadPool with worker reuse
  • ThreadChannel (cross-thread data exchange)
  • Thread cancellation
  • Test suite & stabilization

v0.8 — Framework Adapters

Q3 2026Planned
  • Framework integration layer
  • Laravel / Symfony adapters
  • Migration guides

v1.0-RC — Release Candidate

RC
August 2026Planned
  • Feature freeze
  • Community testing
  • Performance benchmarks

v1.0 — Stable Release

Target: PHP 8.6
November 2026Planned
  • Stable API
  • Production ready
  • PHP RFC submission