seb
seb

Reputation: 11

Are timers in Node.js part of event-driven architecture? Do they emit events when they expire?

I was wondering if timers are actually part of event-driven architecture in Node.js.

However, I haven't found anything mentioning it in the official Node.js documentation. Does it actually emit any events on completion (like fs or http) or not?

Upvotes: 0

Views: 25

Answers (0)

Related Questions