Skip to content

Commit

Permalink
Update article
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jan 24, 2025
1 parent 0b7ff97 commit c3d964e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust7.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ _NuttX has POSIX Threads. Why use Async Functions?_

Think [__Node.js__](https://en.wikipedia.org/wiki/Node.js#Threading) and its _Single-Thread Event Loop_, making _Non-Blocking I/O Calls_. Supporting tens of thousands of concurrent connections. _(Without costly Thread Context Switching)_

Today we can (probably) do the same with __NuttX and Async Rust__. Assuming Non-Blocking I/O works OK.
Today we can (probably) do the same with __NuttX and Async Rust__. Assuming [__POSIX Async I/O__](https://nuttx.apache.org/docs/12.5.0/components/filesystem/aio.html) works OK.

(Tokio calls them _"Async Tasks"_, sorry we won't. Because a Task in NuttX is more like a NuttX Process)

Expand Down

0 comments on commit c3d964e

Please sign in to comment.