Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jprando/rust_async
- Owner: jprando
- Created: 2023-03-04T15:48:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T16:06:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T08:39:39.783Z (11 days ago)
- Topics: async, await, rust
- Language: Rust
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")