mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Merge pull request #4704 from bugadani/docs
Executor: Fix safety requirement in `poll` docs
This commit is contained in:
commit
bcb2d98fc0
@ -564,8 +564,6 @@ impl Executor {
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// You must call `initialize` before calling this method.
|
||||
///
|
||||
/// You must NOT call `poll` reentrantly on the same executor.
|
||||
///
|
||||
/// In particular, note that `poll` may call the pender synchronously. Therefore, you
|
||||
|
Loading…
x
Reference in New Issue
Block a user