We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc73bb commit f26a507Copy full SHA for f26a507
zephyr/src/embassy.rs
@@ -71,7 +71,7 @@
71
//!
72
//! ## Caveats
73
74
-//! [`Semaphore::take_async`]: crate::sys::sync::Semaphore::take_async
+//! The executor currently doesn't support async waits on Zephyr primitives, such as Semaphore.
75
76
#[cfg(feature = "time-driver")]
77
mod time_driver;
0 commit comments