elminster-aom / homeworks

Entertainment exercise for a basic web monitor
The Unlicense
1 stars 0 forks source link

Substitute Multithreaded for Asynchronous I/O #30

Open elminster-aom opened 3 years ago

elminster-aom commented 3 years ago

For better usage of resources and, in future, taking profit of systems like, e.g.: Google Cloud Functions.

It would be advised to refactor the code and substitute the Multithreaded URLs monitoring for concurrent code, using the async/await syntax.