A good article on implementing an event loop in PHP using the built-in fibers.

    • Rikudou_Sage@lemmings.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      What kind of thing do you mean? Async is used in PHP, though not many people roll out their own event loop, that article is more for people who want to know how it works. Previously generators were used for native async support, nowadays fibers.