https://github.com/kellnr/blog-async-closures
Examples of async closures in Rust
https://github.com/kellnr/blog-async-closures
Last synced: 7 months ago
JSON representation
Examples of async closures in Rust
- Host: GitHub
- URL: https://github.com/kellnr/blog-async-closures
- Owner: kellnr
- License: mit
- Created: 2023-09-09T07:45:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T07:48:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T12:45:19.625Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asynchronous Closures in Rust
This repo contains the code from the blog post [Asynchronous Closures in Rust - Box and Pin](https://kellnr.io/blog/async-closures-in-rust)