#asynchronous

[ follow ]
fromInfoWorld
3 days ago

JavaScript promises: 4 gotchas and how to avoid them

If you're returning information from a then or catch handler, it will always be wrapped in a promise, if it isn't a promise already.
Node JS
JavaScript
fromMedium
7 months ago

Asynchronous Logging with Golang: Optimizing Performance in High-Throughput Systems

Asynchronous logging improves system performance by allowing continuous application processing without delays caused by synchronous logging.
[ Load more ]