Rikudou_Sage@lemmings.world to PHP@lemmy.worldEnglish · 1 year agoEvent loop using Fibersaoeex.comexternal-linkmessage-square2fedilinkarrow-up16arrow-down10file-textcross-posted to: php@programming.dev
arrow-up16arrow-down1external-linkEvent loop using Fibersaoeex.comRikudou_Sage@lemmings.world to PHP@lemmy.worldEnglish · 1 year agomessage-square2fedilinkfile-textcross-posted to: php@programming.dev
minus-squareRikudou_Sage@lemmings.worldOPlinkfedilinkEnglisharrow-up1·1 year agoWhat 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.
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.