Skip to content

true-async/php-async-core-rfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-async-core-rfc

RFC: thin Async Core ABI for PHP (zend_async_API) — mechanism-only coroutine API with a policy-free core

Documents

  • scheduler_rfc.mdPHP RFC: Async Scheduler Hook API. The activation contract: how a scheduler registers and drives coroutines (policy vs. mechanism).
  • SCHEDULER.md — the exact engine invocation points, for scheduler implementers.
  • reactor.mdReactor C Interface (discussion draft). A hypothetical callback-first io_* reactor API — poll, streaming IO, timers, filesystem, cross-thread triggers and DNS — and how it feeds the scheduler. Includes an io_uring sketch and a hazards analysis. Not an RFC.

About

RFC: thin Async Core ABI for PHP (zend_async_API) — mechanism-only coroutine API with a policy-free core

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages