This repository contains some of tokio official tutorial codes which I have implemented for learning purpose.
In this Repository each section of tutorial has implemented in separated module and the codes of main fucntion implemented as an async function wich would .await
in main function to run.