the.com/async

Doing other things while waiting, instead of staring at the kettle.

means A way of running tasks that lets work proceed without blocking on slow operations like network calls.

from Short for asynchronous, from Greek a- (not) plus synchronos (happening together) — literally not at the same time.

Coffee logicOrder, sit, get pinged when ready.
Promise landJavaScript wraps async results in promises and awaits.
Not parallelOne worker juggling, not many working at once.
the.com/
the.com · generated