|
|
|
|
|
by doliveira
2492 days ago
|
|
Not sure I understand your complaint. Don't promises ultimately wait upon external events, like a connection receiving data or a timeout being triggered? Given that Javascript is single threaded it is the only way of not blocking the event loop. |
|