Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 10, 2023
1 parent af58aef commit 6141458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A `no_std` drop-in replacement for [smol](https://github.com/smol-rs/smol)'s [as
**Highlights**

- `no_std` (but does need `alloc`):
- `edge_executor` uses allocations in a limited way: when a new task is being spawn, as well as during the construction of the executor itself;
- The executor uses allocations in a controlled way: only when a new task is being spawn, as well as during the construction of the executor itself;
- For a `no_std` *and* "no_alloc" executor, look at [embassy-executor](https://github.com/embassy-rs/embassy/tree/main/embassy-executor), which statically pre-allocates all tasks.

- Works on targets which have no `core::sync::atomic` support, thanks to [portable-atomic](https://github.com/taiki-e/portable-atomic);
Expand Down

0 comments on commit 6141458

Please sign in to comment.