event-loop

  • Published on
    Many developers are familiar with statements like " Node.js is single-threaded " and " it handles concurrent tasks through the event loop. " However, the detail...