#asynchell — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #asynchell, aggregated by home.social.
-
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 https://codeberg.org/harald/Codeschnipselnotizen/src/branch/main/typescript/RxjsDoesNotWait.ts
https://rxjs.dev/guide/observable
#typescript #javascript #promise #rxjs #async #asynchell #programming