Skip to content

Commit

Permalink
added gh links
Browse files Browse the repository at this point in the history
  • Loading branch information
redixhumayun committed Aug 5, 2024
1 parent ace8c98 commit 4f74587
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion _drafts/async-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Async Runtimes"
category: async
---

*[Here's a link](https://github.com/redixhumayun/async-rust) to the code on a GitHub repo*

I'm trying to understand `async` runtimes better, specifically in Rust. This post is a short attempt to build the most basic example of a future and execute it.

A better and more detailed version of this can be found in [this book](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html).
Expand Down Expand Up @@ -279,4 +281,5 @@ So, there you have it - a very, very simple implementation of a single threaded
### References

* [Cloudflare Blog On Pin And Unpin](https://blog.cloudflare.com/pin-and-unpin-in-rust)
* [Asynchronous Programming In Rust](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html)
* [Asynchronous Programming In Rust](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html)
* [GitHub Repo](https://github.com/redixhumayun/async-rust)
5 changes: 4 additions & 1 deletion _posts/2024-08-05-async-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Async Runtimes"
category: async
---

*[Here's a link](https://github.com/redixhumayun/async-rust) to the code on a GitHub repo*

I'm trying to understand `async` runtimes better, specifically in Rust. This post is a short attempt to build the most basic example of a future and execute it.

A better and more detailed version of this can be found in [this book](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html).
Expand Down Expand Up @@ -279,4 +281,5 @@ So, there you have it - a very, very simple implementation of a single threaded
### References

* [Cloudflare Blog On Pin And Unpin](https://blog.cloudflare.com/pin-and-unpin-in-rust)
* [Asynchronous Programming In Rust](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html)
* [Asynchronous Programming In Rust](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html)
* [GitHub Repo](https://github.com/redixhumayun/async-rust)

0 comments on commit 4f74587

Please sign in to comment.