home.social

#asynchell — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #asynchell, aggregated by home.social.

fetched live
  1. Toying with Javascript Promise and async and the like, I tried my own wrapper. The outcome was, I realized, somewhat like RxJS. Though in the example I toyed with, my wrapper could not genuinely deliver the outcome of a list of Promises (or setTimeout calls) and **tell when all were finished**.

    So I looked how RxJS does it and ... it doesn't either 😎 . See codeberg.org/harald/Codeschnip

    rxjs.dev/guide/observable

    #typescript #javascript #promise #rxjs #async #asynchell #programming