ra’s avatarra’s Twitter Archive—№ 48,226

  1. im wrapping up a museum installation that successfully used nas.sr/ajeeb-coroutines/ at scale. it was such a positive experience that ive started recreating those semantics on top of c#'s async/await and it worked in unity for the first time this morning!
    oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @ra
      async/await already works in unity, but the semantics i am trying to recreate allow for: first class schedules, tasks that can be independently advanced, and straightforward cancellation (without cancellation tokens)