#cooperativemultitasking — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cooperativemultitasking, aggregated by home.social.
-
Decided to give #PhpStorm a try for my #IDE now that I'm getting back into #PHP #development . So far I like what I see. I'll ditch #VSCode for now.
#Coding #Scripting #Async #Fibers #CooperativeMultitasking #Revolt #EventLoop
-
After some friendly inquiry by @computersandblues, I spent a few hours today adding basic CSP (#CommunicatingSequentialProcesses) primitives for https://thi.ng/fibers and writing some preliminary documentation. I'm amazed how simple (and easy!) it was this time around (compared to https://thi.ng/csp) and it's giving me big hopes for the fiber based approach in general...
Readme section:
https://github.com/thi-ng/umbrella/blob/develop/packages/fibers/README.md#csp-primitives-communicating-sequential-processes2-channel ping/pong example:
https://github.com/thi-ng/umbrella/blob/develop/packages/fibers/README.md#csp-pingpong-exampleSource code & doc strings:
https://github.com/thi-ng/umbrella/blob/develop/packages/fibers/src/csp.ts#ThingUmbrella #TypeScript #Coroutines #CSP #CooperativeMultitasking