diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-13 18:32:19 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 19:19:49 +0200 |
| commit | dcbd7ce97024eb20a1e2331ba68435370bdd9129 (patch) | |
| tree | 8af46e34a6afaa9738c381dee0a578f29d02d279 /rtic-sync/src/channel.rs | |
| parent | 401c636215f02e750939e550bc02622ea7834f3c (diff) | |
rtic-sync: smoe more docs
Diffstat (limited to 'rtic-sync/src/channel.rs')
| -rw-r--r-- | rtic-sync/src/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-sync/src/channel.rs b/rtic-sync/src/channel.rs index b7b5a48..8c9f861 100644 --- a/rtic-sync/src/channel.rs +++ b/rtic-sync/src/channel.rs @@ -1,4 +1,4 @@ -//! Crate +//! An async aware MPSC channel that can be used on no-alloc systems. use core::{ cell::UnsafeCell, |
