Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jprando/rust_async

implementando asyn/await no rust
https://github.com/jprando/rust_async

async await rust

Last synced: 4 days ago
JSON representation

implementando asyn/await no rust

Awesome Lists containing this project

README

        

# RASY - Rust ASYnc

Aprendi como implementar async/await no rust, fiz um pequeno programa para praticar e fixar o que eu aprendi.

## main.rs

![arquivo main.rs](https://github.com/jprando/rust_async/raw/main/images/main.rs.png "conteudo do arquivo main.rs")

### output

![log](https://github.com/jprando/rust_async/raw/main/images/app_output.png "saida ao executar o app")