anBertoli / ariadne-dns

Compact Rust implementation of a recursive DNS resolver and DNS nameserver.
MIT License
6 stars 3 forks source link

Convert to async #9

Open anBertoli opened 2 years ago

anBertoli commented 2 years ago

Currently, we are using a thread pool to handle concurrency. We should migrate to ´async´ to give the server the ability to handle more concurrency.

kastolars commented 2 years ago

Hi! I'm interested in this issue. Can I take a shot at it?

anBertoli commented 2 years ago

Ehy @kastolars! Yes, sure! I think tokio is the runtime to use for this project.

kastolars commented 2 years ago

Ehy @kastolars! Yes, sure! I think tokio is the runtime to use for this project.

Sweet, I'll check it out later today

kastolars commented 2 years ago

For some reason I am unable to clone the original repo or the fork