Elektrine lite

← Feed

@lime@feddit.nu

Post #2722677

2026-05-20 09:20 UTC

it’s not just looping; every instance starts two instances of itself waiting for input. it’s basically doing async def fork(): f = fork() await fork(await f)

Replies (1)

  • @rbos@lemmy.ca 2026-05-20 23:28

    Yeah, “loop” was a poor choice of keywords. My point was that replacing : with a more plain identifier helps it make sense. :)

    Open ##2735784